summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-25 17:26:02 +0000
committerjoeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-25 17:26:02 +0000
commite989b058de1a0e50af84becce73612a3f8c7994a (patch)
treea54e4ab9b4e7535b7fc1e06cdeb8b57a8a7d586c
parentc3c55bdba5a3f60948e171e16d6c38fc13c1d924 (diff)
downloadATCD-e989b058de1a0e50af84becce73612a3f8c7994a.tar.gz
Removing libs that used to be needed for FORE.
-rw-r--r--examples/IPC_SAP/ATM_SAP/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/IPC_SAP/ATM_SAP/Makefile b/examples/IPC_SAP/ATM_SAP/Makefile
index 818496c114d..74c0b69f1d7 100644
--- a/examples/IPC_SAP/ATM_SAP/Makefile
+++ b/examples/IPC_SAP/ATM_SAP/Makefile
@@ -24,7 +24,10 @@ INSTALL =
#----------------------------------------------------------------------------
LDFLAGS += -R$(FORE_ROOT)/lib -L$(FORE_ROOT)/lib
-LIBS += -lans -lpmp
+
+# These are the libraries that FORE used to use. These might be different
+# when FORE actually supports Solaris 7
+#LIBS += -lans -lpmp
include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
include $(ACE_ROOT)/include/makeinclude/macros.GNU
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU