diff options
author | doursse <doursse> | 2008-04-18 21:19:16 +0000 |
---|---|---|
committer | doursse <doursse@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> | 2008-04-18 21:19:16 +0000 |
commit | 13cca62c43bf4ae688da985abf65415917a93dbf (patch) | |
tree | dbdb6f503c4deb1375b9c844390cdcf3fc501d3f /Makefile.am | |
parent | 7d1d8020a48d7bc154f9f07d90698c60d1379abc (diff) |
missing files to remove during maintainer-clean rule
SVN revision: 34306
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 57aaae1..5863bdf 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -5,6 +5,6 @@ SUBDIRS = src data | |||
5 | MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ | 5 | MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ |
6 | config.h.in config.sub configure install-sh \ | 6 | config.h.in config.sub configure install-sh \ |
7 | ltconfig ltmain.sh missing mkinstalldirs \ | 7 | ltconfig ltmain.sh missing mkinstalldirs \ |
8 | stamp-h.in acconfig.h | 8 | stamp-h.in acconfig.h depcomp libtool |
9 | 9 | ||
10 | EXTRA_DIST = README AUTHORS COPYING COPYING-PLAIN expedite.spec | 10 | EXTRA_DIST = README AUTHORS COPYING COPYING-PLAIN expedite.spec |