diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-07-20 19:31:53 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-07-20 19:31:53 +0000 |
commit | ae49bb18f5feab2b70e6faae046bb26058421d61 (patch) | |
tree | 8b1fb5868a15a0fbb459ad1e84e82a8fa5eebd85 /Makefile.am | |
parent | c903caebf875d510cbd1f720ccc02bd03250d7c6 (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 1e5755e..74be867 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,8 +21,8 @@ bin_PROGRAMS = xeyes -xeyes_CFLAGS = $(DEP_CFLAGS) -xeyes_LDADD = $(DEP_LIBS) -lm +xeyes_CFLAGS = $(XEYES_CFLAGS) +xeyes_LDADD = $(XEYES_LIBS) -lm xeyes_SOURCES = \ Eyes.c \ |