From 0c1d10389d86c1e6c5cb33552baf58840529406b Mon Sep 17 00:00:00 2001 From: Maryam Tahhan Date: Fri, 2 Dec 2016 19:04:29 +0000 Subject: userguide: update with plugin build info Update the userguide with build instructions for individual plugins. Change-Id: I8c5a16a8749ff4a45692b6d09a0c7a4b27b31e0c Signed-off-by: Maryam Tahhan --- src/collectd/Makefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/collectd/Makefile') diff --git a/src/collectd/Makefile b/src/collectd/Makefile index 0e16cfac..a17d1571 100644 --- a/src/collectd/Makefile +++ b/src/collectd/Makefile @@ -30,12 +30,6 @@ BUILD_CMD = ./build.sh CONFIG_CMD = CONFIG_CMD += ./configure -# DPDK_DIR is the directory where DPDK shared lib is installed -DPDK_DIR = $(shell echo $$DPDK_DIR) -ifeq ($(DPDK_DIR),) -DPDK_DIR = /usr -endif - LIBPQOS_DIR = $(shell echo $$LIBPQOS_DIR) ifeq ($(LIBPQOS_DIR),) LIBPQOS_DIR = /usr @@ -44,7 +38,6 @@ endif CONFIG_CMD += --enable-syslog CONFIG_CMD += --enable-logfile -CONFIG_CMD += --with-libdpdk=$(DPDK_DIR) CONFIG_CMD += --with-libpqos=$(LIBPQOS_DIR) CONFIG_CMD += --with-hugepages CONFIG_CMD += --enable-exec -- cgit 1.2.3-korg