From a46f67858bb97535c429a59d5f96254c32eca1df Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Sat, 23 Oct 2010 22:04:14 +0200 Subject: 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 --- gsm-receiver/Makefile.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gsm-receiver/Makefile.common b/gsm-receiver/Makefile.common index 0b88813..abaac15 100644 --- a/gsm-receiver/Makefile.common +++ b/gsm-receiver/Makefile.common @@ -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 -- cgit v1.2.3