diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-07-20 19:31:58 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-07-20 19:31:58 +0000 |
commit | b7533f8eb9cea84603a80e5207b4a589d3dfd444 (patch) | |
tree | 6e970959cc7e9d5adc8ca373f998ea6f8b450573 /Makefile.am | |
parent | 6fc943cfccd96e6ad0fec6a2e1b836fa0d0d7d3a (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 d225d19..a9d0dcf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,8 +21,8 @@ bin_PROGRAMS = xlogo -xlogo_CFLAGS = $(DEP_CFLAGS) -xlogo_LDADD = $(DEP_LIBS) +xlogo_CFLAGS = $(XLOGO_CFLAGS) +xlogo_LDADD = $(XLOGO_LIBS) xlogo_SOURCES = \ Logo.c \ |