diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-08 08:44:24 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-08 08:44:24 -0700 |
commit | dc9e2c696121f677065919bc5b011eb650791831 (patch) | |
tree | 08e0a19421f116b543f517510d3cf5673752d25a /src | |
parent | c83a721ba0b142177b3f01dd0c0a5e47e06a991a (diff) |
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 3ba9522..544230f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,7 +9,7 @@ libXfixes_la_SOURCES = \ Xfixesint.h libXfixes_la_LIBADD = @FIXESEXT_LIBS@ -AM_CFLAGS = @FIXESEXT_CFLAGS@ +AM_CFLAGS = $(CWARNFLAGS) @FIXESEXT_CFLAGS@ INCLUDES = -I$(top_srcdir)/include/X11/extensions |