Skip to content

Commit

Permalink
Add README.md autogen.sh and version.sh in the tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
angt committed Dec 8, 2015
1 parent 09cd749 commit 40d0b20
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
bin_PROGRAMS = glorytun

glorytun_CFLAGS = $(libsodium_CFLAGS)
glorytun_LDADD = $(libsodium_LIBS)
glorytun_SOURCES = \
Expand All @@ -11,3 +12,8 @@ glorytun_SOURCES = \
src/option.h \
src/tun.c \
src/tun.h

EXTRA_DIST = \
README.md \
autogen.sh \
version.sh
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Glorytun

Small, Simple and Stupid **TCP** VPN.

**Work In Progress:** Do not touch! This code will probably format your harddisk!
Expand Down
1 change: 1 addition & 0 deletions autogen.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/bin/sh

autoreconf -i -f

0 comments on commit 40d0b20

Please sign in to comment.