Author: jcorgan
Date: 2007-02-15 11:49:01 -0700 (Thu, 15 Feb 2007)
New Revision: 4485
Modified:
gnuradio/trunk/pmt/src/lib/Makefile.am
Log:
Fixes ticket:139
Modified: gnuradio/trunk/pmt/src/lib/Makefile.am
===================================================================
--- gnuradio/trunk/pmt/src/lib/Makefile.am 2007-02-15 18:35:18 UTC (rev
4484)
+++ gnuradio/trunk/pmt/src/lib/Makefile.am 2007-02-15 18:49:01 UTC (rev
4485)
@@ -90,8 +90,11 @@
libpmt_qa_la_LDFLAGS = $(NO_UNDEFINED) -avoid-version
# link the library against the c++ standard library
+# Note: Win32 libtool doesn't pull dependencies from the .la file
+# correctly, so we must add $(PMT_LIBS) below
libpmt_qa_la_LIBADD = \
libpmt.la \
+ $(PMT_LIBS) \
$(CPPUNIT_LIBS) \
-lstdc++
_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio