diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-07-20 19:31:48 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-07-20 19:31:48 +0000 |
commit | 4641ea0102ddccbe57de71dba7d31993b4f0d5fe (patch) | |
tree | 118910e28ac06624ac6105b00810ac2119e8c5d7 /Makefile.am | |
parent | a1714821678853a349cfeb735e5cc2c05d7d7e10 (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 b3308b2..014dd1a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,8 +21,8 @@ bin_PROGRAMS = bdftopcf -bdftopcf_CFLAGS = @DEP_CFLAGS@ -bdftopcf_LDADD = @DEP_LIBS@ +bdftopcf_CFLAGS = @BDFTOPCF_CFLAGS@ +bdftopcf_LDADD = @BDFTOPCF_LIBS@ bdftopcf_SOURCES = bdftopcf.c |