X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile.am;h=35f24cb1a8b5258e1f7d926bf25d0643cf5ba56a;hb=3d4417952a060f82ac990e046d6a1135a25791ea;hp=30beb6397998679dfb342bf03f770e06522b97f4;hpb=c1292ab8f6c4d3a41d03e32210b29e4bbcb9bbb8;p=collectd.git diff --git a/Makefile.am b/Makefile.am index 30beb639..35f24cb1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,17 @@ -SUBDIRS = libltdl src -INCLUDES = $(LTDLINCL) +ACLOCAL_AMFLAGS = -I libltdl/m4 -EXTRA_DIST = collectd.spec contrib debian +SUBDIRS = libltdl src bindings . -dist-hook: - find $(distdir) -type d -name '.svn' | xargs rm -rf +AM_CPPFLAGS = $(LTDLINCL) + +EXTRA_DIST = contrib version-gen.sh install-exec-hook: - $(mkinstalldirs) $(DESTDIR)$(sysconfdir) $(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