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