summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>2008-06-20 18:14:47 +0000
committerjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>2008-06-20 18:14:47 +0000
commitb48de00cfefac61414b0ea568e5014f2794e50cd (patch)
tree95a5f8062f76022d7618eaa281ac6ebaf72d1586 /Makefile.common
parent8b04fb2beeae36bbbb8d66ce95dea7df8edb65be (diff)
Merged -r8639:8641 from jcorgan/gruel into trunk. Adds libgruel, the GNU Radio Utility Etcetera Library. See README for description.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8642 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 0ee6f2bf3a..a4a3139c64 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -73,6 +73,10 @@ GNURADIO_CORE_LA = @gnuradio_core_LA@
GNURADIO_I = @gnuradio_core_I@
# How to link in the USRP library from inside the tree
+GRUEL_INCLUDES = @gruel_INCLUDES@
+GRUEL_LA = @gruel_LA@
+
+# How to link in the USRP library from inside the tree
USRP_INCLUDES = @usrp_INCLUDES@
USRP_LA = @usrp_LA@