diff options
author | jcorgan | 2009-07-28 03:55:41 +0000 |
---|---|---|
committer | jcorgan | 2009-07-28 03:55:41 +0000 |
commit | 2b02833217cf0632c98478756b571aab5fc7002b (patch) | |
tree | 5d60387f7db3f7b4a747052271de7b2a1c923937 | |
parent | d25d747afb4f2bd404720d690677a5401449c0df (diff) | |
download | gnuradio-2b02833217cf0632c98478756b571aab5fc7002b.tar.gz gnuradio-2b02833217cf0632c98478756b571aab5fc7002b.tar.bz2 gnuradio-2b02833217cf0632c98478756b571aab5fc7002b.zip |
Cleanup stray PMT reference.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11511 221aa14e-8319-0410-a670-987f0aec2ac5
-rw-r--r-- | Makefile.common | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.common b/Makefile.common index 3f82d9f64..e36b49e8e 100644 --- a/Makefile.common +++ b/Makefile.common @@ -81,10 +81,6 @@ GRUEL_LA = @gruel_LA@ USRP_INCLUDES = @usrp_INCLUDES@ USRP_LA = @usrp_LA@ -# How to link the PMT library from inside the tree -PMT_INCLUDES = @pmt_INCLUDES@ -PMT_LA = @pmt_LA@ - # How to link the mblock library from inside the tree MBLOCK_INCLUDES = @mblock_INCLUDES@ MBLOCK_LA = @mblock_LA@ |