X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Makefile.am;h=52671235e52289d3c1d67088e61e0606e0a5260a;hb=74a553849b86a5efd040a7e980fce1145c8dc4c9;hp=a465d3cafc152e0b885386b149ce34f820c0ff86;hpb=7041b203bdc74f1cc97ed4213c6e57d577afb97e;p=collectd.git diff --git a/Makefile.am b/Makefile.am index a465d3ca..52671235 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,17 @@ -SUBDIRS = libltdl src -INCLUDES = $(LTDLINCL) +ACLOCAL_AMFLAGS = -I libltdl/m4 + +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