diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-08-03 03:28:03 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-08-03 03:28:03 +0000 |
commit | 49e4c36c1bf2ccc3af576c489abf76bea4bf64b1 (patch) | |
tree | 29385d1bc12c8e73ea5766ac4e6b89aa38e41fdb /src/Makefile.am | |
parent | 8a6fb4344eb5c13198125996e43a0898a19818f8 (diff) |
Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds with
a global configure cache don't get confused.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index dfc42af..d05fc29 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,7 +12,7 @@ INCLUDES = -I$(top_srcdir)/include \ -DFONTENC_NO_LIBFONT $(FONTENCDEFS) -libfontenc_la_LIBADD = @DEP_LIBS@ +libfontenc_la_LIBADD = @FONTENC_LIBS@ libfontenc_la_LDFLAGS = -version-number 1:0:0 -no-undefined |