diff options
author | Tom Rondeau | 2010-10-29 10:08:34 -0400 |
---|---|---|
committer | Tom Rondeau | 2010-10-29 10:08:34 -0400 |
commit | 0b9812f61b854591ec7b0f77214c3078bd5c3464 (patch) | |
tree | 954745e7b7e6e8f47753a10526e95b0c3c3c8305 /gcell | |
parent | dd74b98a42f5e79c4d464cfa745b3f8af51e486e (diff) | |
parent | cb2fa9a58c9a52f3501881964ee4f59992c5d84d (diff) | |
download | gnuradio-0b9812f61b854591ec7b0f77214c3078bd5c3464.tar.gz gnuradio-0b9812f61b854591ec7b0f77214c3078bd5c3464.tar.bz2 gnuradio-0b9812f61b854591ec7b0f77214c3078bd5c3464.zip |
Merge branch 'makefile_var_ordering'
Diffstat (limited to 'gcell')
-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 4d13790cd..3ce637636 100644 --- a/gcell/lib/runtime/Makefile.am +++ b/gcell/lib/runtime/Makefile.am @@ -23,8 +23,8 @@ include $(top_srcdir)/Makefile.common IBM_PPU_SYNC_INCLUDES = -I$(top_srcdir)/gcell/ibm/sync/ppu_source -AM_CPPFLAGS = $(DEFINES) $(BOOST_CPPFLAGS) $(CPPUNIT_INCLUDES) \ - $(GCELL_INCLUDES) $(IBM_PPU_SYNC_INCLUDES) $(WITH_INCLUDES) +AM_CPPFLAGS = $(DEFINES) $(GCELL_INCLUDES) $(IBM_PPU_SYNC_INCLUDES) \ + $(BOOST_CPPFLAGS) $(CPPUNIT_INCLUDES) $(WITH_INCLUDES) dist_bin_SCRIPTS = gcell-embedspu-libtool |