X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Makefile.am;h=52671235e52289d3c1d67088e61e0606e0a5260a;hb=5fb890c2735d16034fc3fb3ca7467e9d13d8f450;hp=b52b0e9309da9fe889237f70034039e231b18928;hpb=bec5a6dda77c05eae27e5aeecdf601e573090cc5;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