summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_macosx.GNU
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-07-12 18:46:59 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-07-12 18:46:59 +0000
commitb23aeeb0db6182359d2528d5ffb1b92c563af896 (patch)
treefe728a637fe59c39b4f3a01354934b981f7bef55 /include/makeinclude/platform_macosx.GNU
parent6f8c55c204bcb9d8d3157ca288e0f6b186a2715b (diff)
downloadATCD-b23aeeb0db6182359d2528d5ffb1b92c563af896.tar.gz
ChangeLogTag:Thu Jul 12 06:01:03 2001 John Michael Zorko <j.zorko@att.net>
Diffstat (limited to 'include/makeinclude/platform_macosx.GNU')
-rw-r--r--include/makeinclude/platform_macosx.GNU3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/makeinclude/platform_macosx.GNU b/include/makeinclude/platform_macosx.GNU
index 160f737a98a..53420f4fda5 100644
--- a/include/makeinclude/platform_macosx.GNU
+++ b/include/makeinclude/platform_macosx.GNU
@@ -2,7 +2,6 @@
# platform_macosx.GNU
# preliminary support for Mac OS X DP4, some stuff still doesn't work.
-
CC = cc
CXX = c++
CFLAGS += -Wall -Wpointer-arith -pipe
@@ -11,7 +10,7 @@ DCFLAGS += -g
DLD = libtool
LD = $(CXX)
LDFLAGS +=
-LIBS += -lcc_dynamic -lstdc++ -lpcap
+LIBS += -lcc_dynamic -lstdc++ -lpcap -lACE
OCFLAGS += -O3
RANLIB = ranlib
SOEXT = dylib