Add support for multi influx hosts
[barometer.git] / src / Makefile
index e7a472c..7c6c17c 100644 (file)
@@ -32,11 +32,15 @@ $(SUBBUILDS):
 
 with-dpdk:
 export WITH_DPDK
+
 include mk/master.mk
 SUBDIRS =
+ifdef WITH_DPDK
 SUBDIRS += dpdk
+endif
 SUBDIRS += libpqos
 SUBDIRS += pmu-tools
+SUBDIRS += librdkafka
 SUBDIRS += collectd
 SUBDIRS += collectd-openstack-plugins