summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authordoursse <doursse>2008-04-19 21:40:32 +0000
committerdoursse <doursse@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>2008-04-19 21:40:32 +0000
commit99807b1484b74b9a110919af2dc311329cfd8cdb (patch)
treee4247df7ccc4f6894295bdddd5e3f3187c2781d2 /Makefile.am
parente843a0f0efc180c3d53ea45482694a4518169a7b (diff)
downloadeet-99807b1484b74b9a110919af2dc311329cfd8cdb.tar.gz
add requested macro, hence more things to clean. add autogen.sh to dist
SVN revision: 34316
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 9a4b3d3..9628426 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,6 +5,8 @@ SUBDIRS = src
MAINTAINERCLEANFILES = \
Makefile.in \
aclocal.m4 \
+autom4te.cache \
+compile \
config.guess \
config.h.in \
config.sub \
@@ -24,16 +26,16 @@ EXTRA_DIST = \
AUTHORS \
COPYING \
COPYING-PLAIN \
+autogen.sh \
eet.c.in \
-README.in \
-README \
eet.pc.in \
eet.spec.in \
eet.spec \
+README.in \
+README \
Doxyfile \
doc \
gendoc
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = eet.pc
-