summaryrefslogtreecommitdiff
path: root/gsm-receiver/Makefile.common
Commit message (Collapse)AuthorAgeFilesLines
* Fix swig 'unrecognized option -pthread' compile errorHarald Welte2011-05-131-1/+2
| | | | | | | | GNURADIO_CORE_CFLAGS may set '-pthread' which is not parseable by swig, so we need to explicitly use GNURADIO_CORE_INCLUDEDIR instead. Also, the GNURADIO_CORE_INCLUDEDIR/swig directory needs to be explicitly specified in Makefile.common
* gsm-receiver: Migrate to more recent gnuradio autotools integrationHarald Welte2011-05-131-9/+25
| | | | | | | | These changes forward-port gsm-receiver to the gnuradio autotools magic as per "gr-howto-write-a-block-3.2.2" It also updates to libosmocore >= 0.3.0 and fixes other minor compilation issues.
* gsm-receiver: Fix build to include Gnuradio and libosmocore cflagsSylvain Munaut2010-10-301-1/+2
| | | | | | | | | 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>
* moved gsm-receiver into directory - preparation to move to airprobePiotr Krysik2009-06-301-0/+57
personal git repositories of Harald Welte. Your mileage may vary