Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: Add .version to EXTRA_DIST | Sylvain Munaut | 2014-06-15 | 1 | -1/+1 |
| | | | | | | | | | This is required to make distcheck work and apparently that's the "good way" to do it. See http://comments.gmane.org/gmane.comp.lib.gnulib.bugs/27780 Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | Makefile.am: Use AM_CPPFLAGS | Alexander Huemer | 2013-06-12 | 1 | -1/+1 |
| | | | | Since automake 1.13 INCLUDES is depricates and causes a warning | ||||
* | vty: Add xsd and a command that can generate the documentation. | Holger Hans Peter Freyther | 2012-07-25 | 1 | -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. | ||||
* | build: use default htmldir directory. | Diego Elio Pettenò | 2012-06-30 | 1 | -7/+4 |
| | | | | Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu> | ||||
* | build: avoid multi-level recursion for src/ directory. | Diego Elio Pettenò | 2012-06-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu> | ||||
* | build: avoid duplication of automake options, add no-dist-gzip. | Diego Elio Pettenò | 2012-06-30 | 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> | ||||
* | libosmogb: move files to proper location and fix build | Harald Welte | 2012-06-17 | 1 | -1/+2 |
| | |||||
* | build: Remove docdir, don't comment it | Sylvain Munaut | 2011-09-02 | 1 | -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> | ||||
* | Adapted configure options to autoconf default behaviour | job | 2011-09-02 | 1 | -1/+1 |
| | |||||
* | Make sure 'make distclean' works for doxygen | Harald Welte | 2011-08-20 | 1 | -0/+3 |
| | |||||
* | consistent Doxyfile naming | Harald Welte | 2011-08-20 | 1 | -3/+3 |
| | |||||
* | update makefile.am to support out-of-tree builds | Harald Welte | 2011-08-20 | 1 | -5/+5 |
| | | | | | | Conflicts: Makefile.am | ||||
* | doxygen automake integration: make sure the 'doc' directory exists | Harald Welte | 2011-08-17 | 1 | -1/+5 |
| | |||||
* | doxygen: fix correct use of doc/core subdirectory | Harald Welte | 2011-08-17 | 1 | -1/+1 |
| | |||||
* | Integrate doxygen documentation building into autoconf/automake process | Harald Welte | 2011-08-17 | 1 | -0/+38 |
| | |||||
* | add new 'osmo-arfcn' program to compute frequency based on arfcn | Harald Welte | 2011-08-02 | 1 | -1/+1 |
| | | | | The freq -> arfcn side still needs to be implemented. | ||||
* | misc: Put git-version-gen into the tarball | Holger Hans Peter Freyther | 2011-07-17 | 1 | -0/+2 |
| | | | | | autoreconf does not work on released tarballs due the missing git-version-gen. Add it. | ||||
* | This patch moves the GSM-specific functions to the new library | Pablo Neira Ayuso | 2011-03-23 | 1 | -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> | ||||
* | codec: Add the missing bits for include to install and pkgconfig to work | Sylvain Munaut | 2010-10-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | Add pkgconfig for libosmovty | Harald Welte | 2010-05-25 | 1 | -1/+1 |
| | |||||
* | add git-version-gen magic to automatically generate package version | Harald Welte | 2010-03-23 | 1 | -0/+7 |
| | |||||
* | add missing automake / autoconf files | Harald Welte | 2010-02-20 | 1 | -0/+7 |