summaryrefslogtreecommitdiff
path: root/usrp/host/lib/inband/Makefile.am
diff options
context:
space:
mode:
authoreb2007-05-03 17:20:42 +0000
committereb2007-05-03 17:20:42 +0000
commit09fb857fd9d361a88a0bd5e9f882e1125e9ebaa9 (patch)
tree6301f62d9354b57d22b6643233b4fa595124948a /usrp/host/lib/inband/Makefile.am
parent11376fc8fc7ae1b67dd019f2c111aa0c3e8faab3 (diff)
downloadgnuradio-09fb857fd9d361a88a0bd5e9f882e1125e9ebaa9.tar.gz
gnuradio-09fb857fd9d361a88a0bd5e9f882e1125e9ebaa9.tar.bz2
gnuradio-09fb857fd9d361a88a0bd5e9f882e1125e9ebaa9.zip
fix for VPATH build
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5233 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp/host/lib/inband/Makefile.am')
-rw-r--r--usrp/host/lib/inband/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp/host/lib/inband/Makefile.am b/usrp/host/lib/inband/Makefile.am
index e0905698e..03d21894d 100644
--- a/usrp/host/lib/inband/Makefile.am
+++ b/usrp/host/lib/inband/Makefile.am
@@ -41,7 +41,7 @@ BUILT_SOURCES = \
usrp_server_mbh.cc
usrp_server_mbh.cc : usrp_server.mbh
- $(COMPILE_MBH) usrp_server.mbh usrp_server_mbh.cc
+ $(COMPILE_MBH) $(srcdir)/usrp_server.mbh usrp_server_mbh.cc
libusrp_inband_la_SOURCES = \
$(BUILT_SOURCES) \