From 09fb857fd9d361a88a0bd5e9f882e1125e9ebaa9 Mon Sep 17 00:00:00 2001 From: eb Date: Thu, 3 May 2007 17:20:42 +0000 Subject: [PATCH] fix for VPATH build git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5233 221aa14e-8319-0410-a670-987f0aec2ac5 --- mblock/src/lib/Makefile.am | 2 +- usrp/host/lib/inband/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mblock/src/lib/Makefile.am b/mblock/src/lib/Makefile.am index 604f9724..c3d47314 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 e0905698..03d21894 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) \ -- 2.39.5