X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile.am;h=83b0d647b31d07cb1bdbdd73db4e4923f39dec32;hb=4e8e1adb1b6affe8af4a844480b4cd11fbfae27e;hp=35f24cb1a8b5258e1f7d926bf25d0643cf5ba56a;hpb=dbeee0cfad69e701ea2665001fd9f2bce49c9489;p=collectd.git diff --git a/Makefile.am b/Makefile.am index 35f24cb1..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 . -AM_CPPFLAGS = $(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