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 bin_PROGRAMS = glorytun
glorytun_CFLAGS = $(libsodium_CFLAGS) glorytun_CFLAGS = $(libsodium_CFLAGS)
glorytun_LDADD = $(libsodium_LIBS) glorytun_LDADD = $(libsodium_LIBS)
glorytun_SOURCES = \ glorytun_SOURCES = \
@@ -11,3 +12,8 @@ glorytun_SOURCES = \
src/option.h \ src/option.h \
src/tun.c \ src/tun.c \
src/tun.h src/tun.h
EXTRA_DIST = \
README.md \
autogen.sh \
version.sh

View File

@@ -1,4 +1,5 @@
# Glorytun # Glorytun
Small, Simple and Stupid **TCP** VPN. Small, Simple and Stupid **TCP** VPN.
**Work In Progress:** Do not touch! This code will probably format your harddisk! **Work In Progress:** Do not touch! This code will probably format your harddisk!

View File

@@ -1,2 +1,3 @@
#!/bin/sh #!/bin/sh
autoreconf -i -f autoreconf -i -f