summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-01-03 22:29:37 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-01-03 22:29:37 +0000
commit74df3227faae9efe680b2fa26708bb4fbeaf3c30 (patch)
tree56100f35f88e501125e1b78fd38a98e4c25dac27
parent89064dad57a157515275f9efcae258ce140ed69c (diff)
downloadATCD-74df3227faae9efe680b2fa26708bb4fbeaf3c30.tar.gz
This commit was manufactured by cvs2svn to create branch
'unlabeled-1.1.4'.
-rw-r--r--protocols/ace/RMCast/ACE_RMCast.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/protocols/ace/RMCast/ACE_RMCast.pc.in b/protocols/ace/RMCast/ACE_RMCast.pc.in
new file mode 100644
index 00000000000..3eb6428d28b
--- /dev/null
+++ b/protocols/ace/RMCast/ACE_RMCast.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: ACE_RMCast
+Description: ACE Reliable Multicast Library
+Requires: ACE
+Version: @VERSION@
+Libs: -L${libdir} -lACE_RMCast
+Cflags: -I${includedir}