diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-07-20 19:31:57 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-07-20 19:31:57 +0000 |
commit | 95191a911fce864af7349df2377363885e4c920f (patch) | |
tree | 0c6f37312c9ae9783bde26c79aa47001cf7a5c18 /Makefile.am | |
parent | c4b22b69df1162dab5db3691053ac0b6fb4c4503 (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 358cc6d..0e9fed7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,8 +21,8 @@ bin_PROGRAMS = xkbprint -xkbprint_CFLAGS = $(DEP_CFLAGS) -xkbprint_LDADD = $(DEP_LIBS) +xkbprint_CFLAGS = $(XKBPRINT_CFLAGS) +xkbprint_LDADD = $(XKBPRINT_LIBS) xkbprint_SOURCES = \ isokeys.h \ |