diff options
Diffstat (limited to 'usrp/host/apps-inband/Makefile.am')
-rw-r--r-- | usrp/host/apps-inband/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usrp/host/apps-inband/Makefile.am b/usrp/host/apps-inband/Makefile.am index c05f04af0..d4ca6607b 100644 --- a/usrp/host/apps-inband/Makefile.am +++ b/usrp/host/apps-inband/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright 2003,2006 Free Software Foundation, Inc. +# Copyright 2003,2006,2008 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -23,7 +23,8 @@ include $(top_srcdir)/Makefile.common INCLUDES = \ $(DEFINES) $(OMNITHREAD_INCLUDES) $(PMT_INCLUDES) $(MBLOCK_INCLUDES) \ - $(USRP_INCLUDES) $(USRP_INBAND_INCLUDES) $(BOOST_CFLAGS) $(CPPUNIT_INCLUDES) + $(USRP_INCLUDES) $(USRP_INBAND_INCLUDES) $(BOOST_CFLAGS) \ + $(CPPUNIT_INCLUDES) $(WITH_INCLUDES) bin_PROGRAMS = |