diff options
author | Eric Anholt <eric@anholt.net> | 2009-04-27 09:45:22 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-04-27 09:45:22 -0700 |
commit | c9de42933223e53f326a46cffc98d24d540dc694 (patch) | |
tree | 83aeb94a6ca1e9e0a411ead169db85179ba6f43c /Makefile.am | |
parent | 49ccc2bfc21f89fdd1dd823969ad5ddd82b2e67e (diff) |
Fix distcheck
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 172213a..2585393 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,3 +23,6 @@ AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 SUBDIRS = lib tests tools benchmarks +DISTCLEANFILES = \ + doltcompile \ + doltlibtool |