aboutsummaryrefslogtreecommitdiffstats
path: root/libosmocodec.pc.in
AgeCommit message (Collapse)AuthorFilesLines
2020-07-20pkgconfig/osmocodec/osmocoding: link to tallocEric1-2/+2
find . -maxdepth 1 -iname "libosmo*so" | xargs -n1 -I\# sh -c "echo \# && nm \# | grep 'U talloc'" tells us that all libs depend on talloc, but pkgconfig omits it for codec and coding, which sometimes leads to linking issues with libtool and lld. Change-Id: I75a4d39a0c3d53fc4c311e25e933a22832616cea
2010-10-24codec: Add the missing bits for include to install and pkgconfig to workSylvain Munaut1-0/+11
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>