X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile.common;h=9c36a496655b44954ff9fb4345e76b1ede259b6a;hb=refs%2Fheads%2Ftry-3.3.1;hp=fb83b9470d3640ed5793c2a5c378708d6448f6ba;hpb=ad13c00ae8cba6327851652a7d0c94a6d6316916;p=debian%2Fgnuradio diff --git a/Makefile.common b/Makefile.common index fb83b947..9c36a496 100644 --- a/Makefile.common +++ b/Makefile.common @@ -57,8 +57,8 @@ libspudir = $(libdir)spu # 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) \ - $(GNURADIO_INCLUDES) $(GRUEL_INCLUDES) +STD_DEFINES_AND_INCLUDES = $(DEFINES) $(GNURADIO_INCLUDES) \ + $(GRUEL_INCLUDES) $(BOOST_CPPFLAGS) # when including for compilation from pre-installed libraries and such, # need to make sure those are put last on the compile command @@ -112,7 +112,8 @@ grc_blocksdir = $(pkgdatadir)/grc/blocks # Other common defines; use "+=" to add to these STAMPS = -MOSTLYCLEANFILES = $(BUILT_SOURCES) $(STAMPS) *.pyc *.pyo *~ *.tmp *.loT +MOSTLYCLEANFILES = $(BUILT_SOURCES) $(STAMPS) *.pyc *.pyo *~ *.tmp *.loT \ + .unittests/* .unittests/python/* # Don't distribute the files defined in the variable 'no_dist_files' dist-hook: