2013-06-15 17:39:03 +03:00
|
|
|
sbin_PROGRAMS = wrapsix
|
|
|
|
wrapsix_SOURCES = \
|
|
|
|
arp.c arp.h \
|
2013-07-16 09:28:14 +03:00
|
|
|
autoconfig.h \
|
2013-06-15 17:39:03 +03:00
|
|
|
checksum.c checksum.h \
|
2013-07-16 09:28:14 +03:00
|
|
|
config.c config.h \
|
2013-06-15 17:39:03 +03:00
|
|
|
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
|
2013-07-16 09:28:14 +03:00
|
|
|
|
|
|
|
autoconfig.h:
|
|
|
|
sed -e 's|--sysconfdir--|$(sysconfdir)|' autoconfig.h.in > autoconfig.h
|