summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-07-20 19:31:49 +0000
committerAdam Jackson <ajax@nwnk.net>2005-07-20 19:31:49 +0000
commit4ae6c4a84f601196a4cf67dd6f1269c239c757b1 (patch)
treed14d2e45e1fc82e32b73c6721f747194504add3b /Makefile.am
parentbdd6bc86322d8769390ce81e74a9c2da103e3533 (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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 8689fd9..35c7d59 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,8 +21,8 @@
bin_PROGRAMS = mkfontscale
-mkfontscale_CFLAGS = @DEP_CFLAGS@
-mkfontscale_LDADD = @DEP_LIBS@
+mkfontscale_CFLAGS = @MKFONTSCALE_CFLAGS@
+mkfontscale_LDADD = @MKFONTSCALE_LIBS@
mkfontscale_SOURCES = \
data.h \