1
0
mirror of https://code.semirocket.science/wrapsix synced 2024-09-19 23:11:04 +03:00
wrapsix/src/Makefile.am
2013-06-15 16:39:03 +02:00

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