Files
glorytun/Makefile.am
2015-11-16 15:44:16 +01:00

13 lines
270 B
Makefile

bin_PROGRAMS = glorytun
glorytun_CFLAGS = $(libsodium_CFLAGS)
glorytun_LDADD = $(libsodium_LIBS)
glorytun_SOURCES = \
src/common.h \
src/common-static.h \
src/ip-static.h \
src/main.c \
src/option.c \
src/option.h \
src/tun.c \
src/tun.h