diff options
Diffstat (limited to 'pmt/src/lib')
-rw-r--r-- | pmt/src/lib/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pmt/src/lib/Makefile.am b/pmt/src/lib/Makefile.am index aa2cc514b..a738a1692 100644 --- a/pmt/src/lib/Makefile.am +++ b/pmt/src/lib/Makefile.am @@ -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++ |