diff options
Diffstat (limited to 'usrp/host/apps/Makefile.am')
-rw-r--r-- | usrp/host/apps/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usrp/host/apps/Makefile.am b/usrp/host/apps/Makefile.am index 971388406..cc93d0d3c 100644 --- a/usrp/host/apps/Makefile.am +++ b/usrp/host/apps/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 # @@ -21,8 +21,8 @@ include $(top_srcdir)/Makefile.common -INCLUDES = $(USRP_INCLUDES) $(BOOST_CFLAGS) $(CPPUNIT_INCLUDES) - +INCLUDES = $(USRP_INCLUDES) $(BOOST_CFLAGS) $(CPPUNIT_INCLUDES) \ + $(WITH_INCLUDES) bin_PROGRAMS = \ usrper \ |