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
commit1f8c48e0574892a0b3fe359fb65523d7d1dcc236 (patch)
tree965f948e5b2359473efe93f4616aa79ebdf5d710 /src
parent250934b516532e24e48a9aa93dd389493acc4f53 (diff)
downloadxorg-lib-libXtst-1f8c48e0574892a0b3fe359fb65523d7d1dcc236.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 6d456f2..ffc0ed3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -5,6 +5,7 @@ libXtst_la_SOURCES = \
XTest.c
libXtst_la_LIBADD = @DEP_LIBS@
+libXtst_la_CFLAGS = @DEP_CFLAGS@
libXtst_la_LDFLAGS = -version-info 7:0:0 -no-undefined