summaryrefslogtreecommitdiffstats
path: root/include/osmocom/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* build: simplify headers management and remove recursionDiego Elio Pettenò2012-06-301-5/+0
| | | | | | | | | | | | There is no real reason to keep the include directory a multi-level recursion, so instead declare everything within include (so that we can use proper nobase_ declarations) and be it. Please note that since we removed the sub-Makefile.am, ./configure will not create the directory structure for us on out-of-tree builds, so we have to make sure the directory we're generating to exists first. Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>
* libosmogb: move files to proper location and fix buildHarald Welte2012-06-171-2/+2
|
* include: reorganize headers file to include/osmocom/[gsm|core]Pablo Neira Ayuso2011-03-231-2/+2
| | | | | | | | | | | | This patch moves all GSM-specific definitions to include/osmocom/gsm. Moreover, the headers in include/osmocore/ have been moved to include/osmocom/core. This has been proposed by Harald Welte and Sylvain Munaunt. Tested with `make distcheck'. Signed-off-by: Pablo Neira Ayuso <pablo@gnumonks.org>
* codec: Add the missing bits for include to install and pkgconfig to workSylvain Munaut2010-10-241-2/+2
| | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* Add support for plugins (and specifically GPRS encryption plugins)Harald Welte2010-06-301-1/+3
|
* add configure option '--disable-vty' to prevent building libosmovtyHarald Welte2010-05-291-0/+2
|
* Create libosmovty as library from OpenBSC VTY functionsHarald Welte2010-05-251-0/+1