aboutsummaryrefslogtreecommitdiffstats
path: root/libfec.pc.in
blob: c569da9b564b76a8e01bb180eb5c459c7716560a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
prefix=@LIBFEC_PC_PREFIX@
exec_prefix=@LIBFEC_PC_EXEC_PREFIX@
libdir=@LIBFEC_PC_LIBDIR@
includedir=@LIBFEC_PC_INCLUDEDIR@

Name: FEC library
Description: A fork of KA9Q's FEC library
Version: @LIBFEC_PC_VERSION@
URL: http://opendigitalradio.org
Cflags: -I${includedir}/ @LIBFEC_PC_CFLAGS@
Libs: -L${libdir}/ @LIBFEC_PC_LIBS@
Libs.private: @LIBFEC_PC_PRIV_LIBS@