From e03e8dd59d692c551c89e5d3dce5ed6dfdbea63b Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 20 Jul 2005 19:31:48 +0000 Subject: 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. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 9ad914a..cdf24f5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,8 +21,8 @@ bin_PROGRAMS = fslsfonts -fslsfonts_CFLAGS = $(DEP_CFLAGS) -fslsfonts_LDADD = $(DEP_LIBS) +fslsfonts_CFLAGS = $(FSLSFONTS_CFLAGS) +fslsfonts_LDADD = $(FSLSFONTS_LIBS) fslsfonts_SOURCES = \ fslsfonts.c -- cgit v1.2.3