diff options
author | gokuls <goksing@gmail.com> | 2017-08-18 16:38:13 -0400 |
---|---|---|
committer | gokuls <goksing@gmail.com> | 2017-08-18 17:03:52 -0400 |
commit | 312996e26c793460869c5569d73cb4159a13f996 (patch) | |
tree | 76b415b13afdd55543fe508879949ad58b62b55c /vnfs/VES5.0/evel/evel-library/bldjobs/Makefile | |
parent | bdc999846e5888a4e4c87b2fbdf06123f32b0c0f (diff) |
Modified hardcoded eventname id to user defined
Issue-Id: VNFRQTS-77
Change-Id: I7141a1cd5206893007873efbeaef377e5e00c96b
Signed-Off-by: Gokul Singaraju <goksing@gmail.com>
Diffstat (limited to 'vnfs/VES5.0/evel/evel-library/bldjobs/Makefile')
-rw-r--r-- | vnfs/VES5.0/evel/evel-library/bldjobs/Makefile | 1 |
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 b1e15e5e..d37d0e4b 100644 --- a/vnfs/VES5.0/evel/evel-library/bldjobs/Makefile +++ b/vnfs/VES5.0/evel/evel-library/bldjobs/Makefile @@ -140,6 +140,7 @@ API_SOURCES=$(EVELLIB_ROOT)/evel.c \ $(EVELLIB_ROOT)/evel_throttle.c \ $(EVELLIB_ROOT)/evel_internal_event.c \ $(EVELLIB_ROOT)/evel_event_mgr.c \ + $(EVELLIB_ROOT)/evel_threshold_cross.c \ $(EVELLIB_ROOT)/evel_voicequality.c \ $(EVELLIB_ROOT)/evel_logging.c \ $(EVELLIB_ROOT)/jsmn.c |