diff options
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common index 8b6d9eba6..1844ab175 100644 --- a/Makefile.common +++ b/Makefile.common @@ -52,6 +52,8 @@ GNURADIO_CORE_LIBS = -L$(top_builddir)/gnuradio-core/src/lib \ GNURADIO_I = $(top_builddir)/gnuradio-core/src/lib/swig/gnuradio.i +# The below used to be set in PKGCONFIG but now point to the current +# build tree. USRP_INCLUDES = -I$(top_srcdir)/usrp/host/lib \ -I$(top_srcdir)/usrp/firmware/include |