summaryrefslogtreecommitdiff
path: root/gr-usrp
diff options
context:
space:
mode:
authorjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>2008-12-25 20:03:00 +0000
committerjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>2008-12-25 20:03:00 +0000
commitd755f1395daf64f3a75d5947cd71b0a61b099392 (patch)
treea18e385c6fc4e66e724e90dc48fffe8f99d2fc9a /gr-usrp
parent72c625f7e50b65dc3b642112762e9eb1d633bd42 (diff)
Fix include paths for VPATH build (Michael Dickens). Note, this was one of thoses cases where 'make distcheck' would pass, yet a VPATH would fail.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10167 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-usrp')
-rw-r--r--gr-usrp/apps/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-usrp/apps/Makefile.am b/gr-usrp/apps/Makefile.am
index e1ac1b8553..dfbfe1bf0b 100644
--- a/gr-usrp/apps/Makefile.am
+++ b/gr-usrp/apps/Makefile.am
@@ -25,6 +25,7 @@ include $(top_srcdir)/Makefile.common
AM_CPPFLAGS=$(STD_DEFINES_AND_INCLUDES) \
-I$(top_srcdir)/gr-usrp/src \
-I$(top_srcdir)/usrp/host/lib/legacy \
+ -I\${abs_top_builddir}/usrp/host/lib/legacy \
-I$(top_srcdir)/usrp/firmware/include \
$(WITH_INCLUDES)