1
0
mirror of https://github.com/haiwen/ccnet-server.git synced 2025-04-28 02:30:08 +00:00
ccnet-server/libccnet.pc.in

12 lines
339 B
PkgConfig
Raw Normal View History

2016-08-18 09:39:55 +00:00
prefix=(DESTDIR)@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libccnet
Description: Client library for accessing ccnet service.
Version: @VERSION@
Libs: -L${libdir} -lccnet @SEARPC_LIBS@ @LIBEVENT_LIBS@ @LIB_UUID@
Cflags: -I${includedir} @SEARPC_CFLAGS@ @LIBEVENT_CFLAGS@
Requires: gobject-2.0 glib-2.0