aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/VES5.0/evel/evel-library/bldjobs/Makefile
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2017-11-30 22:24:22 +0000
committerGerrit Code Review <gerrit@onap.org>2017-11-30 22:24:22 +0000
commitc7e7c06b7d9e1e7fb35592e53ff70685182ff9c5 (patch)
tree8f25eb17869c5169b3dbf316a783f3f47aa878fd /vnfs/VES5.0/evel/evel-library/bldjobs/Makefile
parent2f9f3cbc3dff79b801624485473fdd35430ea897 (diff)
parentf9cbe4b0ecf250f970cd8ed37b4ba3e9e8af1396 (diff)
Merge "Implement batching of VES events"
Diffstat (limited to 'vnfs/VES5.0/evel/evel-library/bldjobs/Makefile')
-rw-r--r--vnfs/VES5.0/evel/evel-library/bldjobs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/vnfs/VES5.0/evel/evel-library/bldjobs/Makefile b/vnfs/VES5.0/evel/evel-library/bldjobs/Makefile
index 3bd9e129..1c327d3d 100644
--- a/vnfs/VES5.0/evel/evel-library/bldjobs/Makefile
+++ b/vnfs/VES5.0/evel/evel-library/bldjobs/Makefile
@@ -146,6 +146,7 @@ API_SOURCES=$(EVELLIB_ROOT)/evel.c \
$(EVELLIB_ROOT)/evel_threshold_cross.c \
$(EVELLIB_ROOT)/evel_voicequality.c \
$(EVELLIB_ROOT)/evel_logging.c \
+ $(EVELLIB_ROOT)/evel_batch.c \
$(EVELLIB_ROOT)/jsmn.c
API_OBJECTS=$(API_SOURCES:.c=.o)
-include $(API_SOURCES:.c=.d)