summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-05-27 15:27:30 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-05-27 15:27:30 +0000
commit933458c0681e9d50031d9130f352accdbce1a4e4 (patch)
treef1091adaddbcb8a52356f66a5e0f9a1c2342dbdf /Makefile.am
parent6c8e46c5ee00bbbcc80c88a972019cebcb36f92d (diff)
downloadlasso-933458c0681e9d50031d9130f352accdbce1a4e4.tar.gz
lasso-933458c0681e9d50031d9130f352accdbce1a4e4.tar.xz
lasso-933458c0681e9d50031d9130f352accdbce1a4e4.zip
add Makefile.in to MAINTAINERCLEANFILES in every Makefile.am
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index eee2cba2..1b46c8f8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,6 +18,15 @@ SUBDIRS = lasso \
EXTRA_DIST = COPYING lasso.pc.in lasso-src-config.in
+MAINTAINERCLEANFILES = \
+ Makefile.in \
+ config.guess \
+ config.sub \
+ configure \
+ install-sh \
+ missing
+
+
pkgconfig_DATA = lasso.pc
pkgconfigdir = $(libdir)/pkgconfig