Skip to content

Commit 7bb9834

Browse files
committedMay 31, 2010
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
1 parent 0861ec3 commit 7bb9834

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
AUTOMAKE_OPTIONS = foreign
22
SUBDIRS = src man scripts
3-
EXTRA_DIST = src/keytables.cc build man/logkeys.8 scripts/llk scripts/kllk
3+
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

‎Makefile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ top_builddir = @top_builddir@
191191
top_srcdir = @top_srcdir@
192192
AUTOMAKE_OPTIONS = foreign
193193
SUBDIRS = src man scripts
194-
EXTRA_DIST = src/keytables.cc build man/logkeys.8 scripts/llk scripts/kllk
194+
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
195195
all: config.h
196196
$(MAKE) $(AM_MAKEFLAGS) all-recursive
197197

0 commit comments

Comments
 (0)
Please sign in to comment.