summaryrefslogtreecommitdiff
path: root/gcell
diff options
context:
space:
mode:
authorTom Rondeau2010-10-29 10:08:34 -0400
committerTom Rondeau2010-10-29 10:08:34 -0400
commit0b9812f61b854591ec7b0f77214c3078bd5c3464 (patch)
tree954745e7b7e6e8f47753a10526e95b0c3c3c8305 /gcell
parentdd74b98a42f5e79c4d464cfa745b3f8af51e486e (diff)
parentcb2fa9a58c9a52f3501881964ee4f59992c5d84d (diff)
downloadgnuradio-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.am4
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