Add README.md autogen.sh and version.sh in the tarball
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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!
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
autoreconf -i -f
|
autoreconf -i -f
|
||||||
|
|||||||
Reference in New Issue
Block a user