This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cluster: master - libcman: add pkgconfig support


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=5645c0e4fb66781ec3f88d4da5db58b09e1ba3f7
Commit:        5645c0e4fb66781ec3f88d4da5db58b09e1ba3f7
Parent:        7df573b34042b80c212f7883d45ddc312313a433
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Fri Jan 30 11:16:12 2009 +0100
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Fri Jan 30 12:30:33 2009 +0100

libcman: add pkgconfig support

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 cman/services/cman/lib/libcman.pc.in |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/cman/services/cman/lib/libcman.pc.in b/cman/services/cman/lib/libcman.pc.in
new file mode 100644
index 0000000..6084efd
--- /dev/null
+++ b/cman/services/cman/lib/libcman.pc.in
@@ -0,0 +1,11 @@
+prefix=@PREFIX@
+exec_prefix=${prefix}
+libdir=@LIBDIR@
+includedir=@INCDIR@
+
+Name: libcman
+Version: @VERSION@
+Description: Cluster Manager library
+Requires:
+Libs: -L${libdir} -lcman
+Cflags: -I${includedir}


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]