diff options
author | eb | 2008-09-20 20:10:44 +0000 |
---|---|---|
committer | eb | 2008-09-20 20:10:44 +0000 |
commit | a7c9480cbf27fe625c7fb3b494512065012fcb42 (patch) | |
tree | 4f5f9f238a28c93a15bcb2779c8f8ab218b3c445 | |
parent | 62c19827c19d5e42935c6d12489da884f132fb15 (diff) | |
download | gnuradio-a7c9480cbf27fe625c7fb3b494512065012fcb42.tar.gz gnuradio-a7c9480cbf27fe625c7fb3b494512065012fcb42.tar.bz2 gnuradio-a7c9480cbf27fe625c7fb3b494512065012fcb42.zip |
added GRUEL_INCLUDES to STD_DEFINES_AND_INCLUDES
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9625 221aa14e-8319-0410-a670-987f0aec2ac5
-rw-r--r-- | Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index ed17babe6..fabe8eb2a 100644 --- a/Makefile.common +++ b/Makefile.common @@ -105,7 +105,7 @@ GCELL_EMBEDSPU_LIBTOOL = @abs_top_srcdir@/gcell/src/lib/runtime/gcell-embedspu-l # This used to be set in configure.ac but is now defined here for all # Makefiles when this fragment is included. -STD_DEFINES_AND_INCLUDES=$(DEFINES) $(BOOST_CPPFLAGS) $(OMNITHREAD_INCLUDES) $(GNURADIO_INCLUDES) +STD_DEFINES_AND_INCLUDES=$(DEFINES) $(BOOST_CPPFLAGS) $(OMNITHREAD_INCLUDES) $(GNURADIO_INCLUDES) $(GRUEL_INCLUDES) # Fix for BSD make not defining $(RM). We define it now in configure.ac # using AM_PATH_PROG, but now here have to add a -f to be like GNU make |