summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPiotr Krysik <perper@o2.pl>2009-05-20 21:15:48 +0200
committerPiotr Krysik <perper@o2.pl>2009-05-20 21:15:48 +0200
commit29eae4c8d199fe15cdfa6c871847151955c3724d (patch)
treee061b718b6e0232371256047f6f3517da6216717 /src
parentf0532c01b907c0dcb1fb0f5efe9e9be9c47afc4f (diff)
changes to makefiles.am to add decoding library - neds a little cleanup
Diffstat (limited to 'src')
-rw-r--r--src/lib/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index bec9b80..78c7511 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -21,6 +21,7 @@
include $(top_srcdir)/Makefile.common
+SUBDIRS = decoder
# Install this stuff so that it ends up as the gnuradio.howto module
# This usually ends up at:
# ${prefix}/lib/python${python_version}/site-packages/gnuradio
@@ -28,7 +29,7 @@ include $(top_srcdir)/Makefile.common
ourpythondir = $(grpythondir)
ourlibdir = $(grpyexecdir)
-AM_CPPFLAGS = $(STD_DEFINES_AND_INCLUDES) $(PYTHON_CPPFLAGS) $(WITH_INCLUDES)
+AM_CPPFLAGS = $(STD_DEFINES_AND_INCLUDES) $(PYTHON_CPPFLAGS) $(WITH_INCLUDES) -I$(DECODER_INCLUDEDIR)
SWIGPYTHONARGS = $(SWIGPYTHONFLAGS) $(SWIGGRFLAGS) $(WITH_SWIG_INCLUDES) \
$(WITH_INCLUDES)
@@ -75,7 +76,9 @@ _gsm_la_LDFLAGS = $(NO_UNDEFINED) -module -avoid-version
_gsm_la_LIBADD = \
$(PYTHON_LDFLAGS) \
libgsmdemod.la \
- -lstdc++
+ -lstdc++ \
+ decoder/libdecoder.la
+# $(DECODER_LA)
#libgsmdemod_la_LIBADD =
personal git repositories of Harald Welte. Your mileage may vary