summaryrefslogtreecommitdiff
path: root/ice.pc.in
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-17 20:52:35 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-17 20:52:35 +0000
commit9dd90f8f8e29bb1dd6fe84b4b1d2d75ef91bc336 (patch)
tree50a571e47266ea64884c87561775450d4cd0bac8 /ice.pc.in
parentd1cfe2a6d4a392f64b6b9d9255ec329fb2a6a39a (diff)
downloadxorg-lib-libICE-9dd90f8f8e29bb1dd6fe84b4b1d2d75ef91bc336.tar.gz
Add ICE directory + build system.
Diffstat (limited to 'ice.pc.in')
-rw-r--r--ice.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/ice.pc.in b/ice.pc.in
new file mode 100644
index 0000000..3c8ee84
--- /dev/null
+++ b/ice.pc.in
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: ICE
+Description: X Inter Client Exchange Library
+Version: @PACKAGE_VERSION@
+Libs: -L${libdir} -lICE @ICE_LIBS@
+Cflags: -I${includedir} @ICE_CFLAGS@