From 7bb9834c2f8b32968f41716e241d8134eb3216af Mon Sep 17 00:00:00 2001 From: kernc Date: Mon, 31 May 2010 21:47:08 +0000 Subject: [PATCH] Distribution archive didn't contain all source files, now fixed. git-svn-id: https://logkeys.googlecode.com/svn/trunk@44 c501e62c-e7d1-11de-a198-37193048d1ed --- Makefile.am | 2 +- Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 08204ca..cfc4cad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,3 @@ AUTOMAKE_OPTIONS = foreign SUBDIRS = src man scripts -EXTRA_DIST = src/keytables.cc build man/logkeys.8 scripts/llk scripts/kllk \ No newline at end of file +EXTRA_DIST = src/keytables.cc src/usage.cc src/args.cc src/upload.cc build man/logkeys.8 scripts/logkeys-start.sh scripts/logkeys-kill.sh \ No newline at end of file diff --git a/Makefile.in b/Makefile.in index b2de979..137667e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -191,7 +191,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = foreign SUBDIRS = src man scripts -EXTRA_DIST = src/keytables.cc build man/logkeys.8 scripts/llk scripts/kllk +EXTRA_DIST = src/keytables.cc src/usage.cc src/args.cc src/upload.cc build man/logkeys.8 scripts/logkeys-start.sh scripts/logkeys-kill.sh all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive