From d755f1395daf64f3a75d5947cd71b0a61b099392 Mon Sep 17 00:00:00 2001 From: jcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5> Date: Thu, 25 Dec 2008 20:03:00 +0000 Subject: 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 --- gr-usrp/apps/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'gr-usrp/apps') 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) -- cgit v1.2.3