Commit 7bb9834c authored by kernc's avatar kernc

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
parent 0861ec38
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
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment