From 3652268fea3e394d5f13b51a59c0dd290914d2a2 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Tue, 21 Oct 2014 22:24:28 +0200 Subject: [PATCH] Fixed distribution tarball Fixed missing header files and man page in distribution tarball. --- man/Makefile.am | 2 +- src/Makefile.am | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/man/Makefile.am b/man/Makefile.am index baa9c8e..5ab829a 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -1 +1 @@ -man_MANS = gotty.1 +dist_man_MANS = gotty.1 diff --git a/src/Makefile.am b/src/Makefile.am index c087991..124cf94 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,11 @@ bin_PROGRAMS = gotty -gotty_SOURCES = tty.c options.c time.c main.c +gotty_SOURCES = tty.c \ + options.c \ + time.c \ + main.c \ + include/gotty/tty.h \ + include/gotty/options.h \ + include/gotty/time.h \ + include/gotty/print.h bashcompletiondir=$(sysconfdir)/bash_completion.d dist_bashcompletion_DATA=bash-completion/gotty