aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorEmma Foley <emma.l.foley@intel.com>2017-09-07 13:21:36 +0000
committerEmma Foley <emma.l.foley@intel.com>2017-09-13 20:37:13 +0000
commit0c699c739aa3a804bcdb761ac46d5c9915097c1e (patch)
treeb9886bcaef0bc69ff0e049136fdba4d922f6dd15 /src/Makefile
parent09d8f593a9349f7807336b49336b9ba9bc9fbc9b (diff)
src: rename dir - collectd-ceilometer-plugin/ -> collectd-openstack-plugin/
Updating the directory to keep naming consistent with project rename [1] i.e. no specific mention of ceilometer. [1] https://review.openstack.org/#/c/500768/ This is an "internal" change, independant of repo rename Change-Id: I6cf22c081aa1e40f64995be40b6225855faf4092 Signed-off-by: Emma Foley <emma.l.foley@intel.com>
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 382acefc..e7a472c1 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -38,6 +38,6 @@ SUBDIRS += dpdk
SUBDIRS += libpqos
SUBDIRS += pmu-tools
SUBDIRS += collectd
-SUBDIRS += collectd-ceilometer-plugin
+SUBDIRS += collectd-openstack-plugins
include mk/make-subsys.mk