From 65f2e6e487a71647167b83e9fde1cd62451c2cd7 Mon Sep 17 00:00:00 2001 From: eb Date: Wed, 16 Aug 2006 23:38:54 +0000 Subject: [PATCH] trial fix for ticket:33 git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3326 221aa14e-8319-0410-a670-987f0aec2ac5 --- pmt/src/lib/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/pmt/src/lib/Makefile.am b/pmt/src/lib/Makefile.am index 66f78e92..3a7de5fc 100644 --- a/pmt/src/lib/Makefile.am +++ b/pmt/src/lib/Makefile.am @@ -90,6 +90,7 @@ libpmt_qa_la_LDFLAGS = $(NO_UNDEFINED) -avoid-version # link the library against the c++ standard library libpmt_qa_la_LIBADD = \ + libpmt.la \ $(CPPUNIT_LIBS) \ -lstdc++ -- 2.47.2