aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/codec/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2023-01-18Split include/Makefile.am content into subdirsPau Espin Pedrol1-0/+7
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-3/+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>
2010-10-24codec: Add the missing bits for include to install and pkgconfig to workSylvain Munaut1-0/+3
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>