summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mblock/src/lib/Makefile.am2
-rw-r--r--usrp/host/lib/inband/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/mblock/src/lib/Makefile.am b/mblock/src/lib/Makefile.am
index 604f97246..c3d47314c 100644
--- a/mblock/src/lib/Makefile.am
+++ b/mblock/src/lib/Makefile.am
@@ -36,7 +36,7 @@ BUILT_SOURCES = \
qa_bitset_mbh.cc
qa_bitset_mbh.cc : qa_bitset.mbh
- $(COMPILE_MBH) qa_bitset.mbh qa_bitset_mbh.cc
+ $(COMPILE_MBH) $(srcdir)/qa_bitset.mbh qa_bitset_mbh.cc
# These are the source files that go into the mblock shared library
libmblock_la_SOURCES = \
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) \