Skip to content
Permalink
Browse files

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
  • Loading branch information...
kernc committed May 31, 2010
1 parent 0861ec3 commit 7bb9834c2f8b32968f41716e241d8134eb3216af
Showing with 2 additions and 2 deletions.
  1. +1 −1 Makefile.am
  2. +1 −1 Makefile.in
@@ -1,3 +1,3 @@
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
@@ -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

0 comments on commit 7bb9834

Please sign in to comment.
You can’t perform that action at this time.