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 | 9428b06892b05ff2382d1bf2032b062bc10a1013 (patch) | |
tree | 2ad12e8386d6d4d6cabab3a2a185ffba41cb53e6 /Makefile.am | |
parent | bc737d5ade74d17b7b7af4d83b3a03cd570061c3 (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 0132d65..3f8e1ba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,8 +21,8 @@ bin_PROGRAMS = xlsclients -xlsclients_CFLAGS = $(DEP_CFLAGS) -xlsclients_LDADD = $(DEP_LIBS) +xlsclients_CFLAGS = $(XLSCLIENTS_CFLAGS) +xlsclients_LDADD = $(XLSCLIENTS_LIBS) xlsclients_SOURCES = \ xlsclients.c |