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 /gruel/src/lib/Makefile.am | |
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 'gruel/src/lib/Makefile.am')
-rw-r--r-- | gruel/src/lib/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gruel/src/lib/Makefile.am b/gruel/src/lib/Makefile.am index 1bcd26e90..5c3302f19 100644 --- a/gruel/src/lib/Makefile.am +++ b/gruel/src/lib/Makefile.am @@ -23,8 +23,8 @@ include $(top_srcdir)/Makefile.common SUBDIRS = pmt msg -AM_CPPFLAGS = $(DEFINES) $(BOOST_CPPFLAGS) $(CPPUNIT_INCLUDES) $(GRUEL_INCLUDES) $(WITH_INCLUDES) - +AM_CPPFLAGS = $(DEFINES) $(GRUEL_INCLUDES) $(BOOST_CPPFLAGS) \ + $(CPPUNIT_INCLUDES) $(WITH_INCLUDES) TESTS = test_gruel |