X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=Makefile.am;h=c63893fe6727945b946db37e486b2338e96dc7e4;hp=35f24cb1a8b5258e1f7d926bf25d0643cf5ba56a;hb=db35efb33e81d0a013e09a8a6ffa362ad5962f7c;hpb=7f9ea3cdcb74fe5f1d2ccb73dcccf0f3cfa9abf2 diff --git a/Makefile.am b/Makefile.am index 35f24cb1..c63893fe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,12 @@ ACLOCAL_AMFLAGS = -I libltdl/m4 -SUBDIRS = libltdl src bindings . +SUBDIRS = + +if BUILD_INCLUDED_LTDL +SUBDIRS += libltdl +endif + +SUBDIRS += proto src bindings . AM_CPPFLAGS = $(LTDLINCL)