diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2016-07-12 11:46:27 +0100 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2016-07-12 11:46:27 +0100 |
commit | 6a0837238ff13d3294e5a7181fc3de40e3094625 (patch) | |
tree | da6f16c295c7ce7109a99f06aa6e2d7b35087034 /src/Makefile | |
parent | 54ea933ac9643d2d2f3714aa06afc978fc60551e (diff) |
bugfix: collectd with dpdk and collectd-ceilometer
Change-Id: I6e78625b74b9588ce24db2bde7523dc4c1dd5d6e
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 1b0157ac..73e3508a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -36,5 +36,6 @@ include mk/master.mk SUBDIRS = SUBDIRS += dpdk SUBDIRS += collectd +SUBDIRS += collectd-ceilometer-plugin include mk/make-subsys.mk |