X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Makefile.am;h=83b0d647b31d07cb1bdbdd73db4e4923f39dec32;hb=98e38add333bfcb893fcde408ecf3a0c43d99e31;hp=7dda784e75277ed143a67abb84eda51569c2b6be;hpb=1b4d2983d126416a2c1cfaf437781f0e668bd3b2;p=collectd.git diff --git a/Makefile.am b/Makefile.am index 7dda784e..83b0d647 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,13 +1,14 @@ -SUBDIRS = libltdl src +ACLOCAL_AMFLAGS = -I m4 -INCLUDES = $(LTDLINCL) +SUBDIRS = proto src bindings . -EXTRA_DIST = collectd.spec contrib debian - -dist-hook: - find $(distdir) -type d -name '.svn' | xargs rm -rf +EXTRA_DIST = contrib version-gen.sh testwrapper.sh install-exec-hook: - $(mkinstalldirs) $(DESTDIR)$(sysconfdir) $(mkinstalldirs) $(DESTDIR)$(localstatedir)/run $(mkinstalldirs) $(DESTDIR)$(localstatedir)/lib/$(PACKAGE_NAME) + $(mkinstalldirs) $(DESTDIR)$(localstatedir)/log + +maintainer-clean-local: + -rm -f INSTALL + -rm -f aclocal.m4