aboutsummaryrefslogtreecommitdiffstats
path: root/libosmocore.pc.in
blob: d804b8e2ed69148ea8d2d80db8bbdb87aa949073 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: Osmocom Core Library
Description: C Utility Library
Version: @VERSION@
Requires: talloc
Requires.private: @LIBSCTP_PC@
Libs: -L${libdir} -losmocore
Libs.private: @PTHREAD_LIBS@ @LIBSCTP_LIBS@
Cflags: -I${includedir}/ @PTHREAD_CFLAGS@