switch source package format to 3.0 quilt
[debian/gnuradio] / gr-howto-write-a-block / Makefile.common
index e628d6b1606f2fb2cb9d62bcc5d52ea302f641db..15a5216981dae8362f78e3cb25c34c81f7a90707 100644 (file)
@@ -27,6 +27,9 @@ modname = howto
 # when going in to non-SWIG libraries
 AM_CXXFLAGS = @autoconf_default_CXXFLAGS@
 
+# Sets ABI version in SONAME and appends -LIBVER to filename
+LTVERSIONFLAGS = -version-info 0:0:0 -release $(LIBVER)
+
 # these flags are used when compiling any CXX file
 AM_CPPFLAGS = \
        $(STD_DEFINES_AND_INCLUDES) \
@@ -37,7 +40,7 @@ AM_CPPFLAGS = \
 # these are used by both SWIG and CXX
 STD_DEFINES_AND_INCLUDES = \
        $(DEFINES) \
-       -I$(abs_top_srcdir)/include \
+       -I$(abs_top_srcdir)/lib \
        -I$(GNURADIO_CORE_INCLUDEDIR) \
        -I$(GNURADIO_CORE_INCLUDEDIR)/swig