X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Makefile.am;h=52671235e52289d3c1d67088e61e0606e0a5260a;hb=a1e1d77f21f3568f6392d5bba5c1dfec187c728b;hp=9a96eb27c8594f65ae0079f6bbe48e74a4e0faaa;hpb=f71467d9c2097ddd9eb772a4fdb985663168ec71;p=collectd.git diff --git a/Makefile.am b/Makefile.am index 9a96eb27..52671235 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,17 @@ -SUBDIRS = libltdl src bindings +ACLOCAL_AMFLAGS = -I libltdl/m4 + +SUBDIRS = libltdl src bindings . INCLUDES = $(LTDLINCL) EXTRA_DIST = contrib version-gen.sh -dist-hook: - find $(distdir) -type d -name '.svn' | xargs rm -rf - install-exec-hook: $(mkinstalldirs) $(DESTDIR)$(localstatedir)/run $(mkinstalldirs) $(DESTDIR)$(localstatedir)/lib/$(PACKAGE_NAME) + $(mkinstalldirs) $(DESTDIR)$(localstatedir)/log + +maintainer-clean-local: + -rm -f -r libltdl + -rm -f INSTALL + -rm -f aclocal.m4