From 1c9360b7d1197457aaad2f8888b99f1149861579 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Fri, 26 Jun 2009 14:47:31 +0300 Subject: Fix @variables@ to $(variables) in Makefile.am files. Fix the ordering of libgnu.a and LTLIBINTL on the linker command line and added missing LTLIBINTL to tests/Makefile.am. --- debug/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'debug') diff --git a/debug/Makefile.am b/debug/Makefile.am index 7d45671f..a5b7e310 100644 --- a/debug/Makefile.am +++ b/debug/Makefile.am @@ -15,15 +15,15 @@ noinst_PROGRAMS = \ hex2bin AM_CPPFLAGS = \ - -I@top_srcdir@/src/common \ - -I@top_srcdir@/src/liblzma/api + -I$(top_srcdir)/src/common \ + -I$(top_srcdir)/src/liblzma/api AM_LDFLAGS = -static -LDADD = \ - @top_builddir@/src/liblzma/liblzma.la \ - @LTLIBINTL@ +LDADD = $(top_builddir)/src/liblzma/liblzma.la if COND_GNULIB -LDADD += @top_builddir@/lib/libgnu.a +LDADD += $(top_builddir)/lib/libgnu.a endif + +LDADD += $(LTLIBINTL) -- cgit v1.2.3