diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-09-21 18:07:57 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-09-21 18:07:57 -0700 |
commit | 25b170accac2cdd405a9c98be6ffe2122da18083 (patch) | |
tree | a8b6985e3aa3b0d453e9ff52c4507f857db4416f /Makefile.am | |
parent | fea57c0200b1dce5b5ea45682f11760911e7a4f1 (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 82ca466..0910437 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = appres -AM_CFLAGS = $(APPRES_CFLAGS) +AM_CFLAGS = $(APPRES_CFLAGS) $(CWARNFLAGS) appres_LDADD = $(APPRES_LIBS) appres_SOURCES = \ |