X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile.am;h=83b0d647b31d07cb1bdbdd73db4e4923f39dec32;hb=c6baff42e7e8e547eb7ca7817c0e0e07ccea95db;hp=b52b0e9309da9fe889237f70034039e231b18928;hpb=53bd9256920f01cc5b835639c7e7971979ed3350;p=collectd.git diff --git a/Makefile.am b/Makefile.am index b52b0e93..83b0d647 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,14 @@ -SUBDIRS = libltdl src bindings +ACLOCAL_AMFLAGS = -I m4 -INCLUDES = $(LTDLINCL) +SUBDIRS = proto src bindings . -EXTRA_DIST = contrib version-gen.sh +EXTRA_DIST = contrib version-gen.sh testwrapper.sh install-exec-hook: $(mkinstalldirs) $(DESTDIR)$(localstatedir)/run $(mkinstalldirs) $(DESTDIR)$(localstatedir)/lib/$(PACKAGE_NAME) $(mkinstalldirs) $(DESTDIR)$(localstatedir)/log + +maintainer-clean-local: + -rm -f INSTALL + -rm -f aclocal.m4