summaryrefslogtreecommitdiff
path: root/src
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
commit3afe915a1bc5243229d8c31dc6e3023b92821911 (patch)
tree7b1dcf32e013d6903701c77ff234767381460197 /src
parente1825a381734f2bb98430329179b047ec8ca5cb5 (diff)
downloadxorg-lib-libXfixes-3afe915a1bc5243229d8c31dc6e3023b92821911.tar.gz
Add appropriate lib*_CFLAGS to Makefile.am's -- fixes build problems
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 37a5df4..42b4b21 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -9,6 +9,7 @@ libXfixes_la_SOURCES = \
Xfixesint.h
libXfixes_la_LIBADD = @X_LIBS@
+libXfixes_la_CFLAGS = @X_CFLAGS@
INCLUDES = -I$(top_srcdir)/include/X11/extensions