X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Makefile.am;h=03bdd39a3500abf9cd514b02881583510b392238;hb=290741f2e6de9e9b467463c1f0c6f031c4036428;hp=d173ee70b0bd9698087dc2cfd3cd460dceed1343;hpb=2c3e089616d7fa356a3c950a13758b23dab0633b;p=collectd.git diff --git a/Makefile.am b/Makefile.am index d173ee70..03bdd39a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,23 @@ -SUBDIRS = libltdl src -INCLUDES = $(LTDLINCL) +ACLOCAL_AMFLAGS = -I libltdl/m4 -EXTRA_DIST = collectd.spec contrib debian +SUBDIRS = -dist-hook: - find $(distdir) -type d -name '.svn' | xargs rm -rf +if BUILD_INCLUDED_LTDL +SUBDIRS += libltdl +endif + +SUBDIRS += proto src bindings . + +AM_CPPFLAGS = $(LTDLINCL) + +EXTRA_DIST = contrib version-gen.sh testwrapper.sh install-exec-hook: $(mkinstalldirs) $(DESTDIR)$(localstatedir)/run $(mkinstalldirs) $(DESTDIR)$(localstatedir)/lib/$(PACKAGE_NAME) - $(mkinstalldirs) $(DESTDIR)$(sysconfdir) + $(mkinstalldirs) $(DESTDIR)$(localstatedir)/log + +maintainer-clean-local: + -rm -f -r libltdl + -rm -f INSTALL + -rm -f aclocal.m4