From: Tobias Oetiker Date: Sat, 4 Oct 2008 16:05:11 +0000 (+0000) Subject: initial librrd file added ... this will need more love since it does X-Git-Tag: 1.4.0~279 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e5b1bb78b6f8a0ce0ec21c2b29908bc1cd14a48;p=thirdparty%2Frrdtool-1.x.git initial librrd file added ... this will need more love since it does not pick up any -rpath settings git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1575 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/configure.ac b/configure.ac index 2370f216..3dcc1550 100644 --- a/configure.ac +++ b/configure.ac @@ -768,6 +768,7 @@ AC_CONFIG_FILES([doc/Makefile]) AC_CONFIG_FILES([po/Makefile.in]) AC_CONFIG_FILES([src/Makefile]) AC_CONFIG_FILES([src/librrd.sym]) +AC_CONFIG_FILES([src/librrd.pc]) AC_CONFIG_FILES([bindings/Makefile]) AC_CONFIG_FILES([bindings/tcl/Makefile]) AC_CONFIG_FILES([bindings/tcl/ifOctets.tcl]) diff --git a/src/Makefile.am b/src/Makefile.am index 820acf6e..8a563f5a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -109,8 +109,11 @@ rrdcached_DEPENDENCIES = librrd_th.la rrdcached_CPPFLAGS = -DVERSION='"$(VERSION)"' -DLOCALSTATEDIR='"$(localstatedir)"' rrdcached_LDADD = librrd_th.la +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = librrd.pc + # strftime is here because we do not usually need it. unices have propper # iso date support -EXTRA_DIST= strftime.c strftime.h rrd_getopt.c rrd_getopt1.c rrd_getopt.h \ +EXTRA_DIST= librrd.pc.in strftime.c strftime.h rrd_getopt.c rrd_getopt1.c rrd_getopt.h \ win32comp.c rrd_thread_safe_nt.c get_ver.awk librrd.sym diff --git a/src/librrd.pc.in b/src/librrd.pc.in new file mode 100644 index 00000000..927a2b6f --- /dev/null +++ b/src/librrd.pc.in @@ -0,0 +1,10 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: librrd +Description: Library for the RRDtool +Version: @PACKAGE_VERSION@ +Libs: -L${libdir} -lrrd +Cflags: -I${includedir}