X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile.am;h=83b0d647b31d07cb1bdbdd73db4e4923f39dec32;hb=d6b4d8a4fce28d6c6bc689de582ebff525fa13dc;hp=b52b0e9309da9fe889237f70034039e231b18928;hpb=9d5a7847b03d78a94b6a0b153abeb630b4b94ddd;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