diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-07-20 19:31:50 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-07-20 19:31:50 +0000 |
commit | 5273d6fadca1eb3aca9d406a81b80aba9c32bb6a (patch) | |
tree | 5b870ee705f4403f36c03273e871c2b4bb9c1515 /Makefile.am | |
parent | e04d3454c2e7b0390ccf61d9f6e0ca3d2a04dfb6 (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 295a497..2e32408 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,8 +21,8 @@ bin_PROGRAMS = setxkbmap -setxkbmap_CFLAGS = $(DEP_CFLAGS) -D__XKBDEFRULES__='"xorg"' -setxkbmap_LDADD = $(DEP_LIBS) +setxkbmap_CFLAGS = $(SETXKBMAP_CFLAGS) -D__XKBDEFRULES__='"xorg"' +setxkbmap_LDADD = $(SETXKBMAP_LIBS) setxkbmap_SOURCES = \ setxkbmap.c |