summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-07-02 06:35:03 +0000
committerKevin E Martin <kem@kem.org>2005-07-02 06:35:03 +0000
commit7a89fded1dac6137a9376bf161da22c1c93a9939 (patch)
treeb3e4f062f8a06fbf4889fe77b8876635d351f8d7
parentc04e1d2204ae972828b19bf422670e480805e9ac (diff)
downloadxorg-lib-libXdamage-7a89fded1dac6137a9376bf161da22c1c93a9939.tar.gz
Add appropriate lib*_CFLAGS to Makefile.am's -- fixes build problems
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 84a54b2..2505899 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -5,6 +5,7 @@ libXdamage_la_SOURCES = \
Xdamage.c
libXdamage_la_LIBADD = $(XDAMAGE_LIBS) $(X_LIBS)
+libXdamage_la_CFLAGS = $(XDAMAGE_CFLAGS) $(X_CFLAGS)
INCLUDES = -I$(top_srcdir)/include/X11/extensions