aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMaryam Tahhan <maryam.tahhan@intel.com>2016-12-02 19:04:29 +0000
committerMaryam Tahhan <maryam.tahhan@intel.com>2016-12-05 14:10:52 +0000
commit0c1d10389d86c1e6c5cb33552baf58840529406b (patch)
tree6ba77d0f8fcf10994930eff80120b0abc54c4069 /src
parent843ea84d9da3a4a20a7ad388d94ae8c861380254 (diff)
userguide: update with plugin build info
Update the userguide with build instructions for individual plugins. Change-Id: I8c5a16a8749ff4a45692b6d09a0c7a4b27b31e0c Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Diffstat (limited to 'src')
-rw-r--r--src/collectd/Makefile7
1 files changed, 0 insertions, 7 deletions
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