Usermode/utests - Fix DNS utest, update libc utests to new format (no more EXP files)
[tpg/acess2.git] / Usermode / Libraries / libnet.so_src / Makefile
1 # Acess 2 - Networking Helpers
2
3 include ../Makefile.cfg
4
5 CPPFLAGS +=
6 CFLAGS   += -Wall
7 LDFLAGS  += -lc -soname libnet.so
8
9 OBJ = main.o address.o socket.o
10 OBJ += hostnames.o dns.o dns_proto.o
11 BIN = libnet.so
12
13 UTESTS = dns_prot
14
15 include ../Makefile.tpl

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