X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=Makefile.common;h=95dacf987e7227573090e138ca8549fd0b1f997b;hb=c7c0b86afa255983db3def0a15e1201455ade460;hp=aafe85fe791d3bc5909544ece85e76598cda11b8;hpb=7dba4b4a3cf9b2f0fab397494d84c948a3bf85d1;p=debian%2Fgnuradio diff --git a/Makefile.common b/Makefile.common index aafe85fe..95dacf98 100644 --- a/Makefile.common +++ b/Makefile.common @@ -23,6 +23,9 @@ AM_CFLAGS = @autoconf_default_CFLAGS@ @lf_CFLAGS@ AM_CXXFLAGS = @autoconf_default_CXXFLAGS@ @lf_CXXFLAGS@ +# Sets ABI version in SONAME and appends -LIBVER to filename +LTVERSIONFLAGS = -version-info 0:0:0 -release $(LIBVER) + # includes grincludedir = $(includedir)/gnuradio @@ -54,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