X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile.am;h=83b0d647b31d07cb1bdbdd73db4e4923f39dec32;hb=c6baff42e7e8e547eb7ca7817c0e0e07ccea95db;hp=03bdd39a3500abf9cd514b02881583510b392238;hpb=73a6f82a63747f088352a61e201beac2d185b2ac;p=collectd.git diff --git a/Makefile.am b/Makefile.am index 03bdd39a..83b0d647 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,14 +1,6 @@ -ACLOCAL_AMFLAGS = -I libltdl/m4 +ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = - -if BUILD_INCLUDED_LTDL -SUBDIRS += libltdl -endif - -SUBDIRS += proto src bindings . - -AM_CPPFLAGS = $(LTDLINCL) +SUBDIRS = proto src bindings . EXTRA_DIST = contrib version-gen.sh testwrapper.sh @@ -18,6 +10,5 @@ install-exec-hook: $(mkinstalldirs) $(DESTDIR)$(localstatedir)/log maintainer-clean-local: - -rm -f -r libltdl -rm -f INSTALL -rm -f aclocal.m4