From 215ff59273aaf6f316159c8c090ca7503eb7322c Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Fri, 24 Feb 2012 13:28:41 +0100 Subject: Fix as-needed build. --- src/cppunit/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cppunit') diff --git a/src/cppunit/Makefile.am b/src/cppunit/Makefile.am index ef9ecd4..15cc24d 100644 --- a/src/cppunit/Makefile.am +++ b/src/cppunit/Makefile.am @@ -65,3 +65,4 @@ libcppunit_la_LDFLAGS= \ -no-undefined -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ -release $(LT_RELEASE) $(LIBADD_DL) +libcppunit_la_LIBADD = $(LIBADD_DL) -- cgit v1.2.1