Add README.md autogen.sh and version.sh in the tarball

This commit is contained in:
angt
2015-12-08 01:02:02 +01:00
parent 09cd749107
commit 40d0b20ece
3 changed files with 8 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
bin_PROGRAMS = glorytun
glorytun_CFLAGS = $(libsodium_CFLAGS)
glorytun_LDADD = $(libsodium_LIBS)
glorytun_SOURCES = \
@@ -11,3 +12,8 @@ glorytun_SOURCES = \
src/option.h \
src/tun.c \
src/tun.h
EXTRA_DIST = \
README.md \
autogen.sh \
version.sh