aboutsummaryrefslogtreecommitdiffstats
path: root/library/ranap/regen_makefile.sh
blob: 0ae1cfd30d229cc69a61fc71879d47ad29c13bb2 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

FILES="*.asn *.ttcn RANAP_EncDec.cc"

../../regen-makefile.sh $FILES

sed -i -e '/^CPPFLAGS/ s/$/ `pkg-config --cflags libfftranscode`/' Makefile
sed -i -e '/^LDFLAGS/ s/$/ `pkg-config --libs libfftranscode`/' Makefile
sed -i -e '/^LINUX_LIBS/ s/$/ `pkg-config --libs libfftranscode`/' Makefile