summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-08-03 03:28:02 +0000
committerAdam Jackson <ajax@nwnk.net>2005-08-03 03:28:02 +0000
commit6578854789201d229f20ae560d4b7051e9402c84 (patch)
treecab38091376f307cedc18c537b1a72fa6a2f6a0b /src
parentaa10e9ef0425286da35fb3312dd6df31066c627a (diff)
downloadxorg-lib-libXtst-6578854789201d229f20ae560d4b7051e9402c84.tar.gz
Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds with
a global configure cache don't get confused.
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 5077818..a3759b2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,7 +4,7 @@ libXtst_la_SOURCES = \
XRecord.c \
XTest.c
-libXtst_la_LIBADD = @DEP_LIBS@
-AM_CFLAGS = @DEP_CFLAGS@
+libXtst_la_LIBADD = @XTST_LIBS@
+AM_CFLAGS = @XTST_CFLAGS@
libXtst_la_LDFLAGS = -version-number 6:1:0 -no-undefined