diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-06-23 21:07:39 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-06-23 21:07:39 -0700 |
commit | a8bd97c46f9671a02ad0d436142c9ff80cd5bc15 (patch) | |
tree | 220ac540b29a1917a937d4ec7df6db10dd7f454a | |
parent | f30f41b8dc37e775279835c97f2bea83a513dc10 (diff) |
strnlen.h should be added to EXTRA_DIST, not overwrite it
Fixes 'make distcheck' failure found by tinderbox:
make[2]: *** No rule to make target `xlsclients.1', needed by `all-am'. Stop.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0da5b3c..6647606 100644 --- a/Makefile.am +++ b/Makefile.am @@ -74,4 +74,4 @@ ChangeLog: dist-hook: ChangeLog INSTALL -EXTRA_DIST = strnlen.h +EXTRA_DIST += strnlen.h |