Fixed distribution tarball

Fixed missing header files and man page in distribution tarball.
This commit is contained in:
Martin Lund 2014-10-21 22:24:28 +02:00
parent 87a80326e1
commit 3652268fea
2 changed files with 9 additions and 2 deletions

View file

@ -1 +1 @@
man_MANS = gotty.1
dist_man_MANS = gotty.1

View file

@ -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