diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-07-20 19:32:03 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-07-20 19:32:03 +0000 |
commit | f9a60649a815c42cd5ebd9e24dbbb12d62fd90de (patch) | |
tree | d00e21de4adcbac1850d8895c58f783b520667d1 /Makefile.am | |
parent | bf280e7bc5d6e2c65ea0235fde208274a714d13b (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 0ad63c9..9b52fbe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,8 +21,8 @@ bin_PROGRAMS = xmore -xmore_CFLAGS = $(DEP_CFLAGS) -DXMORE -xmore_LDADD = $(DEP_LIBS) +xmore_CFLAGS = $(XMORE_CFLAGS) -DXMORE +xmore_LDADD = $(XMORE_LIBS) xmore_SOURCES = \ xmore.c \ |