aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/vty/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2023-01-18Split include/Makefile.am content into subdirsPau Espin Pedrol1-0/+17
When someone is modifying a given library there's no need to be looking at a common file contains tons of lines from different libraries. Furthermore, this removes the need of "nobase" autofoo prefix, hence following the usual directive of having one Makefile per directory. Change-Id: I785891c2f89114bf8303c799094b637d3d25ac71
2012-06-30build: simplify headers management and remove recursionDiego Elio Pettenò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>
2011-03-28vty: move vty_out_rate_ctr_group prototype to osmocom/vty/misc.hPablo Neira Ayuso1-1/+1
Before this patch, it was in osmocom/core/rate_ctr.h
2010-05-25make sure we actually install the vty headersHarald Welte1-2/+4
2010-05-25Create libosmovty as library from OpenBSC VTY functionsHarald Welte1-0/+2