diff options
author | jcorgan | 2006-08-24 22:42:37 +0000 |
---|---|---|
committer | jcorgan | 2006-08-24 22:42:37 +0000 |
commit | 11154aa39c3875b20e5aa9ab757443e1c63fd808 (patch) | |
tree | 7044071a9ce645790f18831aafe6106d5d6ed2c3 /usrp | |
parent | 62959cd5d2356fa3120680a96ae6814a0c0effbe (diff) | |
download | gnuradio-11154aa39c3875b20e5aa9ab757443e1c63fd808.tar.gz gnuradio-11154aa39c3875b20e5aa9ab757443e1c63fd808.tar.bz2 gnuradio-11154aa39c3875b20e5aa9ab757443e1c63fd808.zip |
Trial fix for ticket:53.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3405 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp')
-rw-r--r-- | usrp/host/apps/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp/host/apps/Makefile.am b/usrp/host/apps/Makefile.am index 87a3774a0..ba8b11df7 100644 --- a/usrp/host/apps/Makefile.am +++ b/usrp/host/apps/Makefile.am @@ -21,7 +21,7 @@ include $(top_srcdir)/Makefile.common -INCLUDES = $(USRP_INCLUDES) +INCLUDES = $(USRP_INCLUDES) $(BOOST_CFLAGS) USRP_LIB = $(top_builddir)/usrp/host/lib/libusrp.la |