From: jcorgan Date: Thu, 15 Feb 2007 18:49:01 +0000 (+0000) Subject: Fixes ticket:139 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=47f550e25ae7dfca6798c42bb89faca4c032c03a;p=debian%2Fgnuradio Fixes ticket:139 git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4485 221aa14e-8319-0410-a670-987f0aec2ac5 --- diff --git a/pmt/src/lib/Makefile.am b/pmt/src/lib/Makefile.am index 837068c5..aa2cc514 100644 --- a/pmt/src/lib/Makefile.am +++ b/pmt/src/lib/Makefile.am @@ -90,8 +90,11 @@ libpmt_qa_la_SOURCES = \ 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++