r11161 - in libprelude/trunk: . src

[email protected]
Newsgroups gmane.comp.security.ids.prelude.cvs
Message-ID <[email protected]>
Author: yoann
Date: 2009-04-22 13:54:52 +0200 (Wed, 22 Apr 2009)
New Revision: 11161

Added:
   libprelude/trunk/src/libprelude.pc
Modified:
   libprelude/trunk/configure.in
   libprelude/trunk/src/Makefile.am
Log:
Distribute a pkgconfig file.

Modified: libprelude/trunk/configure.in
===================================================================
--- libprelude/trunk/configure.in	2009-04-22 09:43:24 UTC (rev 11160)
+++ libprelude/trunk/configure.in	2009-04-22 11:54:52 UTC (rev 11161)
@@ -732,6 +732,7 @@
 m4/Makefile
 
 src/Makefile
+src/libprelude.pc
 src/libprelude-error/Makefile
 src/include/Makefile
 

Modified: libprelude/trunk/src/Makefile.am
===================================================================
--- libprelude/trunk/src/Makefile.am	2009-04-22 09:43:24 UTC (rev 11160)
+++ libprelude/trunk/src/Makefile.am	2009-04-22 11:54:52 UTC (rev 11161)
@@ -3,6 +3,10 @@
 AM_CPPFLAGS = @PCFLAGS@ -I$(srcdir)/include -I$(top_builddir) -I$(top_builddir)/src/include -I$(srcdir)/libprelude-error \
 -I$(top_builddir)/libmissing -I$(top_srcdir)/libmissing $(LTDLINCL) @LIBPRELUDE_CFLAGS@ @LIBGNUTLS_CFLAGS@ @LIBGCRYPT_CFLAGS@ 
 
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = libprelude.pc
+DISTCLEANFILES = $(pkgconfig_DATA)
+
 libpreludeincludedir = $(includedir)/
 libprelude_la_LIBADD = @LIBPRELUDE_LIBS@ $(LIBLTDL) $(top_builddir)/libmissing/libmissing.la libprelude-error/libprelude-error.la
 libprelude_la_LDFLAGS = $(GETADDRINFO_LIB) $(HOSTENT_LIB) $(LTLIBINTL) $(LTLIBTHREAD) $(SERVENT_LIB) -no-undefined -version-info @LIBPRELUDE_SONAME@ -export-symbols-regex "^(idmef|_?prelude)_"

Added: libprelude/trunk/src/libprelude.pc
===================================================================
--- libprelude/trunk/src/libprelude.pc	                        (rev 0)
+++ libprelude/trunk/src/libprelude.pc	2009-04-22 11:54:52 UTC (rev 11161)
@@ -0,0 +1,14 @@
+prefix=/home/yoann/dev/prelude/bin
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+threadlib=-lpthread
+
+Name: LibPrelude
+Description: The Prelude Library provide communication between the PreludeIDS SIM components.
+Version: 0.9.21.3
+Libs: -L${libdir} -lprelude
+Libs.private:  -lgnutls   -lgcrypt -lgpg-error     
+Cflags: -I${includedir}
+

_______________________________________________
Prelude-cvslog site list
[email protected]
http://lists.prelude-ids.org/mailman/listinfo/prelude-cvslog
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.