diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-09-22 20:05:04 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-09-22 20:05:04 -0700 |
commit | e919068b70411167e3f239ad32d1fd4ad2a0c10d (patch) | |
tree | db3da67ea976e6c6b0975ac833fea181f16b8b86 /Makefile.am | |
parent | 086d2257cc5ad59f1e2aa7362a912e4855edc4be (diff) |
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
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 76158dd..ac6c6da 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = editres -AM_CFLAGS = $(EDITRES_CFLAGS) +AM_CFLAGS = $(CWARNFLAGS) $(EDITRES_CFLAGS) editres_LDADD = $(EDITRES_LIBS) editres_SOURCES = \ |