summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-10-06 11:18:39 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-10-06 11:18:39 -0700
commit229ebbc4acd3de3a4a118f53db013629691b6ce9 (patch)
tree843383ec4ccb9939b15cc6370991e323835baeaf /src
parenteed319fd48299e49b2f6ae9ff452a5d6c64ea192 (diff)
downloadxorg-lib-libXdamage-229ebbc4acd3de3a4a118f53db013629691b6ce9.tar.gz
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.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 0aa9f4f..787fc04 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,8 +4,8 @@ libXdamage_la_SOURCES = \
xdamageint.h \
Xdamage.c
-libXdamage_la_LIBADD = $(XDAMAGE_LIBS) $(X_LIBS)
-AM_CFLAGS = $(XDAMAGE_CFLAGS) $(X_CFLAGS)
+libXdamage_la_LIBADD = $(XDAMAGE_LIBS)
+AM_CFLAGS = $(CWARNFLAGS) $(XDAMAGE_CFLAGS)
INCLUDES = -I$(top_srcdir)/include/X11/extensions