gsm-receiver: Fix build to include Gnuradio and libosmocore cflags

1) Just the includes are not enough because gnuradio can have several
   path to include
2) Need to add libosmocore as well in case it's not installed in a
   standard place

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2010-10-23 22:04:14 +02:00 committed by Harald Welte
parent e376f9ebdd
commit a46f67858b
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ DECODER_LA = $(top_builddir)/src/lib/decoder/libdecoder.la
STD_DEFINES_AND_INCLUDES = \
-I$(DECODER_INCLUDEDIR) \
-I$(MAIN_INCLUDEDIR) \
-I$(GNURADIO_CORE_INCLUDEDIR) \
$(GNURADIO_CORE_CFLAGS) \
$(LIBOSMOCORE_CFLAGS) \
-I$(TCH_DECODER_INCLUDEDIR)
# includes