summaryrefslogtreecommitdiffstats
path: root/src/uca.pc.in
blob: 3ca4dbe1105fd2457e5622d18a1f960a2f9a4bfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Package Information for pkg-config

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir_old=@includedir@/uca
includedir_new=@includedir@

Name: libuca
Description: @UCA_DESCRIPTION@
Version: @VERSION@
Libs: -L${libdir} -luca
Cflags: -I${includedir_old} -I${includedir_new}
Requires: glib-2.0 gobject-2.0