aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2015-04-04misc: Add an utility to modulate a RACH burstSylvain Munaut1-1/+6
The output is only 1sps and needs to be filtered by an RRC filter (0.35) before transmission. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2014-12-19build: Use LDADD to link apps to libraries instead of LDFLAGSSylvain Munaut1-5/+6
This way we can control that they're in the appropriate order since some linkers are pretty picky. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2013-12-17codec: First code importSylvain Munaut1-2/+5
Lots of fixups still needed before merge into master Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2013-06-12Makefile.am: Use AM_CPPFLAGSAlexander Huemer1-1/+1
Since automake 1.13 INCLUDES is depricates and causes a warning Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
2012-05-11Follow the rename from libosmosdr -> libosmodspSylvain Munaut1-2/+2
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2012-03-14misc: Add software to generate the G/g matrices for the FACCH3 codesSylvain Munaut1-1/+4
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2011-10-16build: Fix link order to make Ubuntu 11.10 happySylvain Munaut1-3/+3
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2011-10-16build: Add autotools magicSylvain Munaut1-0/+12
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>