diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-08-03 03:28:02 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-08-03 03:28:02 +0000 |
commit | 6578854789201d229f20ae560d4b7051e9402c84 (patch) | |
tree | cab38091376f307cedc18c537b1a72fa6a2f6a0b /src | |
parent | aa10e9ef0425286da35fb3312dd6df31066c627a (diff) |
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.am | 4 |
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 |