Merged r4632:4645 on jcorgan/linking into trunk. Cleans up linking issues with libto...
[debian/gnuradio] / pmt / src / lib / Makefile.am
index aa2cc514ba42a484e4b26a5360ee20e4cfbd1dbd..a738a16928a5f51763cc29aa8dcad44fc55d82d9 100644 (file)
@@ -89,12 +89,8 @@ libpmt_qa_la_SOURCES =                       \
 # magic flags
 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++