diff options
author | Carl Worth <cworth@cworth.org> | 2009-04-28 20:42:22 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2009-04-28 20:42:22 -0700 |
commit | 417f3784b7fae8de3559c7607a2de60661a6a448 (patch) | |
tree | 8a16762b005bfb4f3b2d13d12c4888b5b22b82d7 /Makefile.am | |
parent | bc9a688476f02233450eb05dfb40acbf337d679b (diff) |
Add doltlibtool to DISTCLEANFILES
Otherwise make distcheck fails.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d91b3d22..10653ff7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,4 +24,4 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = uxa src man EXTRA_DIST = README AUTHORS NEWS -DISTCLEANFILES = doltcompile +DISTCLEANFILES = doltcompile doltlibtool |