X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile.am;h=83b0d647b31d07cb1bdbdd73db4e4923f39dec32;hb=73e49352aa8c5e5ec47918dba93b508b481fe431;hp=52671235e52289d3c1d67088e61e0606e0a5260a;hpb=6d85a198dd90fb5af963ad847d9dbff7b8025c46;p=collectd.git diff --git a/Makefile.am b/Makefile.am index 52671235..83b0d647 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,8 @@ -ACLOCAL_AMFLAGS = -I libltdl/m4 +ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = libltdl src bindings . +SUBDIRS = proto src bindings . -INCLUDES = $(LTDLINCL) - -EXTRA_DIST = contrib version-gen.sh +EXTRA_DIST = contrib version-gen.sh testwrapper.sh install-exec-hook: $(mkinstalldirs) $(DESTDIR)$(localstatedir)/run @@ -12,6 +10,5 @@ install-exec-hook: $(mkinstalldirs) $(DESTDIR)$(localstatedir)/log maintainer-clean-local: - -rm -f -r libltdl -rm -f INSTALL -rm -f aclocal.m4