summaryrefslogtreecommitdiff
path: root/ACE/ace/XML_Utils
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-11-20 19:11:28 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-11-20 19:11:28 +0000
commit3511a85ab54e3efacad976862abf5cb61167ddc6 (patch)
tree9dba81f7be02abd1aba384c04b38a81dc795de50 /ACE/ace/XML_Utils
parent039d26a834f9af9d62feb33d0beb84610a986969 (diff)
downloadATCD-3511a85ab54e3efacad976862abf5cb61167ddc6.tar.gz
Tue Nov 20 19:10:38 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/XML_Utils/ACE_XML_Utils.pc.in: * ace/XML_Utils/XML.mpc: Added missing pc.in file for ACE_XML_Utils
Diffstat (limited to 'ACE/ace/XML_Utils')
-rw-r--r--ACE/ace/XML_Utils/ACE_XML_Utils.pc.in11
-rw-r--r--ACE/ace/XML_Utils/XML.mpc4
2 files changed, 15 insertions, 0 deletions
diff --git a/ACE/ace/XML_Utils/ACE_XML_Utils.pc.in b/ACE/ace/XML_Utils/ACE_XML_Utils.pc.in
new file mode 100644
index 00000000000..9b267ae548a
--- /dev/null
+++ b/ACE/ace/XML_Utils/ACE_XML_Utils.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: ACE_XML_Utils
+Description: ACE XML Utilities Library
+Requires: ACE
+Version: @VERSION@
+Libs: -L${libdir} -lACE_XML_Utils
+Cflags: -I${includedir}
diff --git a/ACE/ace/XML_Utils/XML.mpc b/ACE/ace/XML_Utils/XML.mpc
index dc83dd836b8..a1ff434efbf 100644
--- a/ACE/ace/XML_Utils/XML.mpc
+++ b/ACE/ace/XML_Utils/XML.mpc
@@ -37,4 +37,8 @@ project (ACE_XML_Utils) : install, acelib, xerces, ace_output {
XML_Schema_Resolver.cpp
XML_Typedefs.cpp
}
+
+ Pkgconfig_Files {
+ ACE_XML_Utils.pc.in
+ }
}