From: nldudok1 Date: Sun, 6 Jan 2008 01:09:51 +0000 (+0000) Subject: missing pmt dependency X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=97dca638c9d58fe50a535719c2956ca9c937d963;p=debian%2Fgnuradio missing pmt dependency git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7364 221aa14e-8319-0410-a670-987f0aec2ac5 --- diff --git a/usrp/host/lib/inband/Makefile.am b/usrp/host/lib/inband/Makefile.am index fab64b83..e67d8287 100644 --- a/usrp/host/lib/inband/Makefile.am +++ b/usrp/host/lib/inband/Makefile.am @@ -105,6 +105,7 @@ libusrp_inband_qa_la_LDFLAGS = $(NO_UNDEFINED) -avoid-version libusrp_inband_qa_la_LIBADD = \ libusrp_inband.la \ + $(PMT_LA) \ $(CPPUNIT_LIBS) \ -lstdc++