X-Git-Url: https://git.tokkee.org/?p=collectd.git;a=blobdiff_plain;f=Makefile.am;h=52671235e52289d3c1d67088e61e0606e0a5260a;hp=9a96eb27c8594f65ae0079f6bbe48e74a4e0faaa;hb=HEAD;hpb=613c72c29b5405d7e170ae7fe12611492ecb5fef 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