From 9fc2fb64a4aae97caa4ea189479ebd4fdf96a9d1 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 17 Jun 2010 14:40:24 +0100 Subject: extensions/Makefile.am: use LDFLAGS correctly LIBS shouldn't be in LDFLAGS, they should be in LIBS or LIBADD. --- extensions/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'extensions') diff --git a/extensions/Makefile.am b/extensions/Makefile.am index a2e9fcc..c94184f 100644 --- a/extensions/Makefile.am +++ b/extensions/Makefile.am @@ -17,6 +17,8 @@ EXTRA_DIST = \ $(NULL) noinst_LTLIBRARIES = libtpl-extensions-convenience.la +libtpl_extensions_convenience_la_LIBADD = \ + @LIBTPL_LIBS@ gen_headers = \ _gen/cli-misc.h \ @@ -75,7 +77,6 @@ libtpl_extensions_la_LIBADD = libtpl-extensions-convenience.la endif # ENABLE_PUBLIC_EXTENSIONS AM_CFLAGS = $(ERROR_CFLAGS) @LIBTPL_CFLAGS@ -AM_LDFLAGS = @LIBTPL_LIBS@ # Generated stuff -- cgit v1.2.1