X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile.am;h=52671235e52289d3c1d67088e61e0606e0a5260a;hb=aee87d9c1665ca8823c7489bfc9900ff12e0e177;hp=b52b0e9309da9fe889237f70034039e231b18928;hpb=9ebb82bf36ac779a8af81f2e9a513226387a5679;p=collectd.git diff --git a/Makefile.am b/Makefile.am index b52b0e93..52671235 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,6 @@ -SUBDIRS = libltdl src bindings +ACLOCAL_AMFLAGS = -I libltdl/m4 + +SUBDIRS = libltdl src bindings . INCLUDES = $(LTDLINCL) @@ -8,3 +10,8 @@ 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