diff options
author | Don Ward | 2010-04-30 17:00:33 -0400 |
---|---|---|
committer | Don Ward | 2010-04-30 17:00:33 -0400 |
commit | dda6ed353551d3493983bd56e0ca8ee8ed4407c5 (patch) | |
tree | ad6e304c1843953ca88dd944bda4498b5fe62570 /gcell/lib/runtime/Makefile.am | |
parent | 04d3f1954b589656b34298b98e36b8667700d89a (diff) | |
parent | 9038b3530d0ec746f401f3c443e2f862fff5a18e (diff) | |
download | gnuradio-dda6ed353551d3493983bd56e0ca8ee8ed4407c5.tar.gz gnuradio-dda6ed353551d3493983bd56e0ca8ee8ed4407c5.tar.bz2 gnuradio-dda6ed353551d3493983bd56e0ca8ee8ed4407c5.zip |
Merge branch 'master' into udp
Diffstat (limited to 'gcell/lib/runtime/Makefile.am')
-rw-r--r-- | gcell/lib/runtime/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcell/lib/runtime/Makefile.am b/gcell/lib/runtime/Makefile.am index 2c653918e..4d13790cd 100644 --- a/gcell/lib/runtime/Makefile.am +++ b/gcell/lib/runtime/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright 2007,2008 Free Software Foundation, Inc. +# Copyright 2007,2008,2010 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -23,7 +23,7 @@ include $(top_srcdir)/Makefile.common IBM_PPU_SYNC_INCLUDES = -I$(top_srcdir)/gcell/ibm/sync/ppu_source -AM_CPPFLAGS = $(DEFINES) $(OMNITHREAD_INCLUDES) $(MBLOCK_INCLUDES) $(CPPUNIT_INCLUDES) \ +AM_CPPFLAGS = $(DEFINES) $(BOOST_CPPFLAGS) $(CPPUNIT_INCLUDES) \ $(GCELL_INCLUDES) $(IBM_PPU_SYNC_INCLUDES) $(WITH_INCLUDES) |