aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2017-07-12move openbsc/* to repos rootNeels Hofmeyr1-26/+0
This is the first step in creating this repository from the legacy openbsc.git. Like all other Osmocom repositories, keep the autoconf and automake files in the repository root. openbsc.git has been the sole exception, which ends now. Change-Id: I9c6f2a448d9cb1cc088cf1cf6918b69d7e69b4e7
2017-02-07Attempt to fix nightly buildsMax1-0/+3
The fix introduced in dac5867af5ff90d4beb70fc30a5743f60f159e3a did not work because autotools in our OE are too old. Use alternative way to include custom m4 macros to fix it. Change-Id: I5fe6d1180c2624cfe1d3673314f6846527a43464
2016-09-15Consistenly format variables in */Makefile.am filesAlexander Huemer1-2/+11
Change-Id: Ifa21513c007072314097b7bec188579972dc1694
2015-06-19Fix "make distcheck"Andreas Rottmann1-1/+1
Running "make distcheck" failed trying to generate ".version" into the read-only unpacked source directory. Actually shipping ".version" in the tarball fixes that.
2013-06-24Introduced support for external python testsKaterina Barone-Adesi1-1/+1
The test scripts warn about missing documentation, untested configs, check common errors, and stub out testing individual VTY commands. The scripts have been moved to the another osmocom repository, python/osmo-python-tests The features were requested by zecke.
2013-06-12Makefile.am: Use AM_CPPFLAGSAlexander Huemer1-1/+1
Since automake 1.13 INCLUDES is depricates and causes a warning
2011-05-11examples: automatically copy all examples in dist and install it to docdirHarald Welte1-1/+1
2011-05-11add git-version-gen script to EXTRA_DISTHarald Welte1-0/+1
2010-08-02sccp: Remove the libsccp.pc.in and the occurence inside the Makefile.amHolger Hans Peter Freyther1-1/+1
2010-03-23automatically include program version and print it from vty and --versionHarald Welte1-2/+5
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte1-1/+1
This library is intended to collect all generic/common funcitionality of all Osmocom.org projects, including OpenBSC but also OsmocomBB The library currently includes the following modules: bitvec, comp128, gsm_utils, msgb, select, signal, statistics, talloc, timer, tlv_parse, linuxlist msgb allocation error debugging had to be temporarily disabled as it depends on 'debug.c' functionality which at the moment remains in OpenBSC
2010-02-12[sccp] Install the static sccp library and the headersHolger Hans Peter Freyther1-1/+1
2010-02-09Create a liblaforge with OpenBSC utility functions to be used for other projectsHolger Hans Peter Freyther1-1/+1
2009-06-10move openbsc into its own subdirectoryHarald Welte1-0/+10