summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-02-08 08:34:52 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-02-08 08:34:52 +0000
commit8d1557f9833a6267debf2adced7af9dcbe2808c4 (patch)
tree56100f35f88e501125e1b78fd38a98e4c25dac27
parentfe43f7462ff2e9fb9803d97434b65a99f0c89767 (diff)
downloadATCD-unlabeled-1.1.4.tar.gz
ChangeLogTag:Tue Feb 8 00:22:48 2005 Ossama Othman <ossama@dre.vanderbilt.edu>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}