aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2017-10-10 21:30:11 +0300
committerIgor Pashev <pashev.igor@gmail.com>2017-10-10 21:31:39 +0300
commita6f3a52c0a4cfd2676972f4a7891c4e39ab3dd40 (patch)
tree92a201cd0c25d4093fe372f0dc58d3930a9cfdb9
parent81dcdc344fe819576b9c9c6561b85bb561d72e3a (diff)
downloadtcp-a6f3a52c0a4cfd2676972f4a7891c4e39ab3dd40.tar.gz
automake: include some files into source tarball
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5afa0c9..fc27cea 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,3 +3,8 @@ bin_PROGRAMS = server client
server_SOURCES = server.c utils.c utils.h
client_SOURCES = client.c utils.c utils.h
+EXTRA_DIST = \
+ CMakeLists.txt \
+ LICENSE \
+ README.md
+