diff options
author | jcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5> | 2006-08-06 16:47:32 +0000 |
---|---|---|
committer | jcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5> | 2006-08-06 16:47:32 +0000 |
commit | 79efa0fdae858321fbb86f9e11f7cc7cd7c6c5f1 (patch) | |
tree | 7e030d3caf3ae1758badf7b37098fb28839f4a15 /Makefile.common | |
parent | adeb84b4988a0e75702b31d7382b1efb454e59b1 (diff) |
Added note about USRP variables. (Testing commit email list.)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3187 221aa14e-8319-0410-a670-987f0aec2ac5
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 8b6d9eba65..1844ab175d 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 |