diff options
author | Matthieu Herrb <matthieu@bluenote.herrb.com> | 2007-07-30 21:11:20 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@bluenote.herrb.com> | 2007-07-30 21:11:20 +0200 |
commit | 9282a4aa79b3cb4ae091a594de61dfc2ecfd9ea3 (patch) | |
tree | 837c778033b07001fe44678ee70ecd413ff5a9f2 /Makefile.am | |
parent | fe4a33713aca2ce32053f2c8356423efd1f534e1 (diff) |
Change xsetroot_CFLAGS to AM_CFLAGS to avoid automake-1.10 warning
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index adb43d8..cfe35f4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = xsetroot -xsetroot_CFLAGS = $(XSETROOT_CFLAGS) +AM_CFLAGS = $(XSETROOT_CFLAGS) xsetroot_LDADD = $(XSETROOT_LIBS) xsetroot_SOURCES = \ |