From 40d0b20ecef043eaa7801464a9089c95c8e0380e Mon Sep 17 00:00:00 2001 From: angt Date: Tue, 8 Dec 2015 01:02:02 +0100 Subject: [PATCH] Add README.md autogen.sh and version.sh in the tarball --- Makefile.am | 6 ++++++ README.md | 1 + autogen.sh | 1 + 3 files changed, 8 insertions(+) diff --git a/Makefile.am b/Makefile.am index 4a63875..6fc49e8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/README.md b/README.md index 28b0c95..f899095 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Glorytun + Small, Simple and Stupid **TCP** VPN. **Work In Progress:** Do not touch! This code will probably format your harddisk! diff --git a/autogen.sh b/autogen.sh index 08240fd..8b142a1 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,2 +1,3 @@ #!/bin/sh + autoreconf -i -f