You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by sc...@apache.org on 2017/09/12 21:51:50 UTC

svn commit: r1808175 - /santuario/xml-security-cpp/trunk/xml-security-c.pc.in

Author: scantor
Date: Tue Sep 12 21:51:49 2017
New Revision: 1808175

URL: http://svn.apache.org/viewvc?rev=1808175&view=rev
Log:
Initial pkgconfig file.

Added:
    santuario/xml-security-cpp/trunk/xml-security-c.pc.in

Added: santuario/xml-security-cpp/trunk/xml-security-c.pc.in
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/xml-security-c.pc.in?rev=1808175&view=auto
==============================================================================
--- santuario/xml-security-cpp/trunk/xml-security-c.pc.in (added)
+++ santuario/xml-security-cpp/trunk/xml-security-c.pc.in Tue Sep 12 21:51:49 2017
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: XML-Security-C++
+Description: Apache XML security C++ library
+Version: @VERSION@
+Libs: -L${libdir} -lxerces-c
+Libs.private: @SSLLIBS@ @NSSLIBS@
+Cflags: -I${includedir}