summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreb2006-08-16 23:38:54 +0000
committereb2006-08-16 23:38:54 +0000
commit65f2e6e487a71647167b83e9fde1cd62451c2cd7 (patch)
tree6db926edf6ee290614ae352d7c85c87166ba9e1a
parent8ccd9c08e0d043160a3933512e43264c3f51402a (diff)
downloadgnuradio-65f2e6e487a71647167b83e9fde1cd62451c2cd7.tar.gz
gnuradio-65f2e6e487a71647167b83e9fde1cd62451c2cd7.tar.bz2
gnuradio-65f2e6e487a71647167b83e9fde1cd62451c2cd7.zip
trial fix for ticket:33
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3326 221aa14e-8319-0410-a670-987f0aec2ac5
-rw-r--r--pmt/src/lib/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/pmt/src/lib/Makefile.am b/pmt/src/lib/Makefile.am
index 66f78e921..3a7de5fc0 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++