aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2016-01-04move asn1 headers to include/ dir (5/5)Neels Hofmeyr1-1/+1
Do all remaining changes necessary for a working build. Add Makefile.am files in include/... subdirs. Remove noinst_HEADERS directives from src/*/Makefile.am, but keep the headers list to feed to move-asn1-header-files.sh. Adjust all #includes in src/*_common.h and elsewhere. In hnbap_common.h, separate the ASN.1 "primitive" headers from the others, and include them without a subdir path, as before.
2016-01-03add pkg-config file for libosmo-ranapHarald Welte1-0/+3
2016-01-03add git-version-gen to auto-generate git based version numberHarald Welte1-1/+9
2016-01-03steps towards making 'make distcheck' workHarald Welte1-0/+2
'make distcheck' checks for out-of-source-tree builds and whether the distribution tarball includes all source files. This commit fixes many problems, except some remaining with src/test still to-be-fixd.
2015-12-15Autotoolize the buildDaniel Willmann1-0/+1
Use Autoconf/make for building and autotest for tests