summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-07-20 19:31:50 +0000
committerAdam Jackson <ajax@nwnk.net>2005-07-20 19:31:50 +0000
commit50d0a086a86a9a03b8bd70e86d87d582825484d2 (patch)
tree58dfd07bb58ba19c079b9c87569acca2d3c7af33
parent61cf9bd785bc69d513eb0772286fba98ab1e4d31 (diff)
Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
configure cache, you cache it, and the cached value is probably wrong.
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 3645d7b..11c475b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,8 +21,8 @@
bin_PROGRAMS = pclcomp
-pclcomp_CFLAGS = $(DEP_CFLAGS)
-pclcomp_LDADD = $(DEP_LIBS)
+pclcomp_CFLAGS = $(PCLCOMP_CFLAGS)
+pclcomp_LDADD = $(PCLCOMP_LIBS)
pclcomp_SOURCES = \
pclcomp.c