diff options
author | Dave Barach <dave@barachs.net> | 2016-01-29 11:00:00 -0500 |
---|---|---|
committer | Dave Barach <dave@barachs.net> | 2016-01-29 11:00:13 -0500 |
commit | fc659e711520630d7f1f1ece3d72ffb398d5cef6 (patch) | |
tree | f3a2da826c47b460980e6e51b496caaa6eb6bdc8 /build-data/packages/gmod.mk | |
parent | ec21e13a13281066faee24ef962fa439c22528cb (diff) |
Rationalize metric names.
Change-Id: I3144e58f635ef94224387e8729bf8db6aa77a106
Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'build-data/packages/gmod.mk')
-rw-r--r-- | build-data/packages/gmod.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build-data/packages/gmod.mk b/build-data/packages/gmod.mk index 62b31d42be5..3f9a9f7f1fe 100644 --- a/build-data/packages/gmod.mk +++ b/build-data/packages/gmod.mk @@ -1,9 +1,9 @@ gmod_configure_depend = vppinfra-install svm-install -gmod_configure_args = # --libdir=$(PACKAGE_INSTALL_DIR)/$(arch_lib_dir)/ganglia +gmod_configure_args = --libdir=$(PACKAGE_INSTALL_DIR)/$(arch_lib_dir)/ganglia gmod_CPPFLAGS = $(call installed_includes_fn, vppinfra svm) -gmod_CPPFLAGS += -I/usr/include/apr-1.0 +gmod_CPPFLAGS += -I/usr/include/apr-1.0 -I/usr/include gmod_LDFLAGS = $(call installed_libs_fn, vppinfra svm) gmod_image_include = echo $(arch_lib_dir)/ganglia/libgmodvpp.so etc |