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