summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 6b62f25..7bd8dac 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -19,6 +19,14 @@
# the Free Software Foundation, Inc., 51 Franklin Street,
# Boston, MA 02110-1301, USA.
#
+DECODER_INCLUDEDIR = $(top_srcdir)/src/lib/decoder
+MAIN_INCLUDEDIR = $(top_srcdir)/src/lib
+
+#STD_DEFINES_AND_INCLUDES = \
+# -I$(DECODER_INCLUDEDIR) \
+# -I$(MAIN_INCLUDEDIR)
+
+DECODER_LA = $(top_builddir)/src/lib/decoder/libdecoder.la
# includes
grincludedir = $(includedir)/gnuradio
personal git repositories of Harald Welte. Your mileage may vary