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: STABLE3 - libdlmcontrol: add pkgconfig support


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=4028dbd984690c3136c9da25f8dc85a4bbf89ba8
Commit:        4028dbd984690c3136c9da25f8dc85a4bbf89ba8
Parent:        e3331efa9c95b7918798dfe8a8b8afffacb2ae4d
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 11:43:14 2009 +0100

libdlmcontrol: add pkgconfig support

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

diff --git a/dlm/libdlmcontrol/libdlmcontrol.pc.in b/dlm/libdlmcontrol/libdlmcontrol.pc.in
new file mode 100644
index 0000000..db7dfa9
--- /dev/null
+++ b/dlm/libdlmcontrol/libdlmcontrol.pc.in
@@ -0,0 +1,11 @@
+prefix=@PREFIX@
+exec_prefix=${prefix}
+libdir=@LIBDIR@
+includedir=@INCDIR@
+
+Name: libdlmcontrol
+Version: @VERSION@
+Description: DLM control library
+Requires:
+Libs: -L${libdir} -ldlmcontrol
+Cflags: -I${includedir}


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