1
0
mirror of https://code.semirocket.science/wrapsix synced 2024-09-19 23:11:04 +03:00

Updated src/Makefile.am

This commit is contained in:
Michal Zima 2012-03-26 12:56:17 +02:00
parent 5928affce6
commit 476377526f

View File

@ -1,7 +1,9 @@
sbin_PROGRAMS = wrapsix-dnsproxy wrapsix-wrapper
wrapsix_dnsproxy_SOURCES = dnsproxy.c
wrapsix_wrapper_SOURCES = wrapper.c wrapper.h \
wrapsix_wrapper_SOURCES = \
ipv6.c ipv6.h \
ipv4.h \
nat.c nat.h \
radixtree.c radixtree.h \
nat.c nat.h
transmitter.c transmitter.h \
wrapper.c wrapper.h