X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Makefile.am;h=83b0d647b31d07cb1bdbdd73db4e4923f39dec32;hb=98e38add333bfcb893fcde408ecf3a0c43d99e31;hp=30beb6397998679dfb342bf03f770e06522b97f4;hpb=a22cddf5c82d3ac69f06f950cc05bba51c5ef7bb;p=collectd.git diff --git a/Makefile.am b/Makefile.am index 30beb639..83b0d647 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,14 @@ -SUBDIRS = libltdl src -INCLUDES = $(LTDLINCL) +ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = collectd.spec contrib debian +SUBDIRS = proto src bindings . -dist-hook: - find $(distdir) -type d -name '.svn' | xargs rm -rf +EXTRA_DIST = contrib version-gen.sh testwrapper.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 INSTALL + -rm -f aclocal.m4