diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-07-20 19:31:48 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-07-20 19:31:48 +0000 |
commit | e03e8dd59d692c551c89e5d3dce5ed6dfdbea63b (patch) | |
tree | e6171f0d8a1134788012e9d1d8ac6c653f83314b /Makefile.am | |
parent | 492cae010ee83167c662df163f37dec2ef5b8b8b (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.am | 4 |
1 files changed, 2 insertions, 2 deletions
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 |