X-Git-Url: https://git.tokkee.org/?p=collectd.git;a=blobdiff_plain;f=Makefile.am;h=52671235e52289d3c1d67088e61e0606e0a5260a;hp=dee72e706e030f8cec6274b4120918fe71a96141;hb=HEAD;hpb=d0cce1340a89649329248c5777d28f0cc98aad9e diff --git a/Makefile.am b/Makefile.am index dee72e70..52671235 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,17 @@ -SUBDIRS = libltdl src +ACLOCAL_AMFLAGS = -I libltdl/m4 -INCLUDES = $(LTDLINCL) +SUBDIRS = libltdl src bindings . -EXTRA_DIST = collectd.spec contrib debian +INCLUDES = $(LTDLINCL) -dist-hook: - find $(distdir) -type d -name '.svn' | xargs rm -rf +EXTRA_DIST = contrib version-gen.sh 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