diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-07-20 19:32:02 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-07-20 19:32:02 +0000 |
commit | c1eb6f0ceb21e9a541c560db2daa67952a528de2 (patch) | |
tree | 9704494e8dc6e03450f3ed4d0deac41efa292311 /Makefile.am | |
parent | 8eab7c1c0df42316eca01fb7038efb2be1667b79 (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 351410a..a1452d7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,8 +21,8 @@ bin_PROGRAMS = xlsfonts -xlsfonts_CFLAGS = $(DEP_CFLAGS) -xlsfonts_LDADD = $(DEP_LIBS) +xlsfonts_CFLAGS = $(XLSFONTS_CFLAGS) +xlsfonts_LDADD = $(XLSFONTS_LIBS) xlsfonts_SOURCES = \ dsimple.c \ |