aboutsummaryrefslogtreecommitdiffstats
path: root/libosmocodec.pc.in
AgeCommit message (Collapse)AuthorFilesLines
2022-03-24clean-up pkg-config files: Make use of "Requires" as documentedHarald Welte1-3/+3
According to the pkg-config manual, "Libs" should not contain flags for _required_ packages. Instead, they should be expressed via "Requires". Let's do that Change-Id: I2ab1fe8e4bbfc120b471d6c9f2312a89dbc7d42b
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>