summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authoreb2006-08-17 01:10:20 +0000
committereb2006-08-17 01:10:20 +0000
commitdee26d1c3360303a1d9db6941d214ae443399eb5 (patch)
tree5c1820d55998b0489182ef2ec33d567d5a51cda0 /Makefile.common
parent528dfacaf3958f0e3d05c41b4d3a3c683e227b85 (diff)
downloadgnuradio-dee26d1c3360303a1d9db6941d214ae443399eb5.tar.gz
gnuradio-dee26d1c3360303a1d9db6941d214ae443399eb5.tar.bz2
gnuradio-dee26d1c3360303a1d9db6941d214ae443399eb5.zip
merged in mblock work-in-progress
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3331 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 3bf752f98..4ce123bef 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -68,6 +68,9 @@ USRP_INCLUDES = -I$(top_srcdir)/usrp/host/lib \
USRP_LIBS = -L$(top_builddir)/usrp/host/lib \
-lusrp
+PMT_INCLUDES = -I$(top_srcdir)/pmt/src/lib
+PMT_LIBS = -L$(top_builddir)/pmt/src/lib -lpmt
+
# This used to be set in configure.ac but is now defined here for all
# Makefiles when this fragment is included.
STD_DEFINES_AND_INCLUDES=$(DEFINES) $(GNURADIO_INCLUDES) $(BOOST_CFLAGS)