X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile.am;h=83b0d647b31d07cb1bdbdd73db4e4923f39dec32;hb=d6b4d8a4fce28d6c6bc689de582ebff525fa13dc;hp=03bdd39a3500abf9cd514b02881583510b392238;hpb=ab11d1b4db61f750f51be6e41dbe8320d3c65404;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