aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2013-06-12Makefile.am: Use AM_CPPFLAGSAlexander Huemer1-1/+1
Since automake 1.13 INCLUDES is depricates and causes a warning
2012-07-25vty: Add xsd and a command that can generate the documentation.Holger Hans Peter Freyther1-2/+1
When building the doxygen documentation do not remove the other VTY documentation files in the doc/vty folder. Create a command that can be installed to dump all nodes and commands as XML on the given VTY. Create a schema for the XML file and a XSL-T script that can merge the generated file with additional information.
2012-06-30build: use default htmldir directory.Diego Elio Pettenò1-7/+4
Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>
2012-06-30build: avoid multi-level recursion for src/ directory.Diego Elio Pettenò1-1/+1
Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>
2012-06-30build: avoid duplication of automake options, add no-dist-gzip.Diego Elio Pettenò1-1/+0
There's little to no point to build the gzip version of the tarball when we're building the bzip2 version. Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>
2012-06-17libosmogb: move files to proper location and fix build0.5.0Harald Welte1-1/+2
2011-09-02build: Remove docdir, don't comment itSylvain Munaut1-1/+0
The revision control is there to show the history, no point in leaving commented out bits Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2011-09-02Adapted configure options to autoconf default behaviourjob1-1/+1
2011-08-20Make sure 'make distclean' works for doxygenHarald Welte1-0/+3
2011-08-20consistent Doxyfile namingHarald Welte1-3/+3
2011-08-20update makefile.am to support out-of-tree buildsHarald Welte1-5/+5
Conflicts: Makefile.am
2011-08-17doxygen automake integration: make sure the 'doc' directory existsHarald Welte1-1/+5
2011-08-17doxygen: fix correct use of doc/core subdirectoryHarald Welte1-1/+1
2011-08-17Integrate doxygen documentation building into autoconf/automake processHarald Welte1-0/+38
2011-08-02add new 'osmo-arfcn' program to compute frequency based on arfcnHarald Welte1-1/+1
The freq -> arfcn side still needs to be implemented.
2011-07-17misc: Put git-version-gen into the tarballHolger Hans Peter Freyther1-0/+2
autoreconf does not work on released tarballs due the missing git-version-gen. Add it.
2011-03-23This patch moves the GSM-specific functions to the new libraryPablo Neira Ayuso1-1/+1
libosmogsm which is provided by libosmocore. I have also moved generate_backtrace() to backtrace.c instead of gsm_utils.c, otherwise the timer and msgfile tests depend on libosmogsm. Signed-off-by: Pablo Neira Ayuso <pablo@gnumonks.org>
2010-10-24codec: Add the missing bits for include to install and pkgconfig to workSylvain Munaut1-1/+1
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2010-05-25Add pkgconfig for libosmovtyHarald Welte1-1/+1
2010-03-23add git-version-gen magic to automatically generate package version0.1.0Harald Welte1-0/+7
2010-02-20add missing automake / autoconf filesHarald Welte1-0/+7