Modules/IPStack - Condenced outgoing packet messages
[tpg/acess2.git] / AcessNative / libacess-native.so_src / Makefile
index 0b9bc20..d67f319 100644 (file)
@@ -5,7 +5,7 @@ ifeq ($(PLATFORM),)
        PLATFORM := lin
 endif
 
-OBJ := main.o syscalls.o request.o memory.o exports.o
+OBJ := main.o syscalls.o request.o memory.o exports.o heap.o
 OBJ := $(addprefix obj-$(PLATFORM)/,$(OBJ))
 
 ifeq ($(PLATFORM),win)
@@ -20,7 +20,7 @@ CFLAGS   += -Wall
 CFLAGS   += -Werror
 CFLAGS   += -g -shared -fPIC
 CPPFLAGS += -DARCHDIR_is_x86_64=1
-LDFLAGS  += -g -shared -Wl,--no-undefined
+LDFLAGS  += -g -shared -Wl,--no-undefined -lc
 
 DEPFILES  = $(filter %.o,$(OBJ))
 DEPFILES := $(DEPFILES:%=%.dep)

UCC git Repository :: git.ucc.asn.au