blob: 71f98918c63990d4d0d24600e41f53428fe1b3b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Package Information for pkg-config
prefix=@PREFIX@
exec_prefix=/usr
libdir=/usr/lib
includedir=/usr/include/web
Name: @PC_NAME@
Description: Internet bookmark and history control API
Version: @VERSION@
Requires: @PC_REQUIRED@
Libs: -L${libdir} @PC_LDFLAGS@
Cflags: -I${includedir}
|