Implement batching of VES events
[demo.git] / vnfs / VES5.0 / evel / evel-library / bldjobs / Makefile
index ec0e73c..1c327d3 100644 (file)
@@ -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)
@@ -198,12 +199,12 @@ evel_unit_clean:
 # Build the VNF VES Reporting code                                            *
 #******************************************************************************
 vnf_reporting:
-        @echo   Making VNF Reporting
-        @$(MAKE) -s -C $(EVELTRAINING_ROOT)/VESreporting
+       @echo   Making VNF Reporting
+       @$(MAKE) -s -C $(EVELTRAINING_ROOT)/VESreporting
 
 vnf_reporting_clean:
-        @echo   Cleaning VNF Reporting
-        @$(RM) $(EVELTRAINING_ROOT)/VESreporting/vpp_measurement_reporter
+       @echo   Cleaning VNF Reporting
+       @$(RM) $(EVELTRAINING_ROOT)/VESreporting/vpp_measurement_reporter
 
 #******************************************************************************
 # Copy the EVEL demo onto the CentOS testbed as a package and build it.       *