mirror of
https://code.semirocket.science/wrapsix
synced 2024-11-08 15:21:00 +02:00
17 lines
359 B
Makefile
17 lines
359 B
Makefile
sbin_PROGRAMS = wrapsix
|
|
wrapsix_SOURCES = \
|
|
arp.c arp.h \
|
|
checksum.c checksum.h \
|
|
ethernet.h \
|
|
icmp.c icmp.h \
|
|
ipv4.c ipv4.h \
|
|
ipv6.c ipv6.h \
|
|
linkedlist.c linkedlist.h \
|
|
log.c log.h \
|
|
nat.c nat.h \
|
|
radixtree.c radixtree.h \
|
|
tcp.c tcp.h \
|
|
transmitter.c transmitter.h \
|
|
udp.c udp.h \
|
|
wrapper.c wrapper.h
|