Merged -r8639:8641 from jcorgan/gruel into trunk. Adds libgruel, the GNU Radio Utili...
[debian/gnuradio] / Makefile.common
index 0ee6f2bf3affe5b1b9b563cfd4e8d0afdad4ca0a..a4a3139c647bf277ece1a4f645b4fb95436fd19d 100644 (file)
@@ -72,6 +72,10 @@ GNURADIO_CORE_LA = @gnuradio_core_LA@
 # This is a dependency for many swig operations
 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@