X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Makefile.am;h=83b0d647b31d07cb1bdbdd73db4e4923f39dec32;hb=98e38add333bfcb893fcde408ecf3a0c43d99e31;hp=dee72e706e030f8cec6274b4120918fe71a96141;hpb=8efaf95cec212b9c79e3579fc821e2acbee96486;p=collectd.git diff --git a/Makefile.am b/Makefile.am index dee72e70..83b0d647 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,14 @@ -SUBDIRS = libltdl src +ACLOCAL_AMFLAGS = -I m4 -INCLUDES = $(LTDLINCL) +SUBDIRS = proto src bindings . -EXTRA_DIST = collectd.spec contrib debian - -dist-hook: - find $(distdir) -type d -name '.svn' | xargs rm -rf +EXTRA_DIST = contrib version-gen.sh testwrapper.sh install-exec-hook: $(mkinstalldirs) $(DESTDIR)$(localstatedir)/run $(mkinstalldirs) $(DESTDIR)$(localstatedir)/lib/$(PACKAGE_NAME) + $(mkinstalldirs) $(DESTDIR)$(localstatedir)/log + +maintainer-clean-local: + -rm -f INSTALL + -rm -f aclocal.m4