X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Makefile.am;h=83b0d647b31d07cb1bdbdd73db4e4923f39dec32;hb=98e38add333bfcb893fcde408ecf3a0c43d99e31;hp=b52b0e9309da9fe889237f70034039e231b18928;hpb=c74b709edf61a3b7dfc24032f609956f0feb56e7;p=collectd.git diff --git a/Makefile.am b/Makefile.am index b52b0e93..83b0d647 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,14 @@ -SUBDIRS = libltdl src bindings +ACLOCAL_AMFLAGS = -I m4 -INCLUDES = $(LTDLINCL) +SUBDIRS = proto src bindings . -EXTRA_DIST = contrib version-gen.sh +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