summaryrefslogtreecommitdiffstats
path: root/include/osmocom/codec/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* build: simplify headers management and remove recursionDiego Elio Pettenò2012-06-301-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>
* codec: Add the missing bits for include to install and pkgconfig to workSylvain Munaut2010-10-241-0/+3
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>