Usermode/libunicode - Add C++ wrappers
[tpg/acess2.git] / Usermode / Libraries / libpsocket.so_src / Makefile
index 81418ad..65f7380 100644 (file)
@@ -4,9 +4,10 @@ include ../Makefile.cfg
 
 CPPFLAGS +=
 CFLAGS   += -Wall
-LDFLAGS  += -lc -soname libpsocket.so -lnet
+LDFLAGS  += -lc -soname libpsocket.so
+LIBS     += -lnet
 
-OBJ = main.o getaddrinfo.o socket.o
+OBJ = main.o getaddrinfo.o socket.o pton.o byteordering.o
 BIN = libpsocket.so
 
 include ../Makefile.tpl

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