Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: simplify headers management and remove recursion | Diego Elio Pettenò | 2012-06-30 | 1 | -4/+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> | ||||
* | vty: move vty_out_rate_ctr_group prototype to osmocom/vty/misc.h | Pablo Neira Ayuso | 2011-03-28 | 1 | -1/+1 |
| | | | | Before this patch, it was in osmocom/core/rate_ctr.h | ||||
* | make sure we actually install the vty headers | Harald Welte | 2010-05-25 | 1 | -2/+4 |
| | |||||
* | Create libosmovty as library from OpenBSC VTY functions | Harald Welte | 2010-05-25 | 1 | -0/+2 |