From 49e4c36c1bf2ccc3af576c489abf76bea4bf64b1 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 3 Aug 2005 03:28:03 +0000 Subject: Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds with a global configure cache don't get confused. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') 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 -- cgit v1.2.3