From: eb Date: Mon, 27 Jul 2009 04:09:21 +0000 (+0000) Subject: Fix for test_pmt when using --with-boost= X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=d25d747afb4f2bd404720d690677a5401449c0df;p=debian%2Fgnuradio Fix for test_pmt when using --with-boost= git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11504 221aa14e-8319-0410-a670-987f0aec2ac5 --- diff --git a/gruel/src/lib/pmt/Makefile.am b/gruel/src/lib/pmt/Makefile.am index 5e9f2fac..2b710a59 100644 --- a/gruel/src/lib/pmt/Makefile.am +++ b/gruel/src/lib/pmt/Makefile.am @@ -64,6 +64,9 @@ libpmt_la_LIBADD = \ $(BOOST_THREAD_LIB) \ -lstdc++ +libpmt_la_LDFLAGS = \ + $(BOOST_LDFLAGS) + noinst_HEADERS = \ $(GENERATED_H) \ pmt_int.h \