From 74a7ebbea3d36158aabbda85d2aeb5a1b3a9daa9 Mon Sep 17 00:00:00 2001 From: Jose Bollo Date: Wed, 27 Nov 2019 12:20:38 +0100 Subject: afb-error-text: Introduce standard error text The standard error text are used to return standard HTTP error codes. Bug-AGL: SPEC-2968 Change-Id: Ic70e7982b1e05a1830cfa4e54813227621192ae2 Signed-off-by: Jose Bollo --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index abfd13e8..d290327c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -88,6 +88,7 @@ SET(AFB_LIB_SOURCES afb-context.c afb-cred.c afb-debug.c + afb-error-text.c afb-evt.c afb-export.c afb-fdev.c -- cgit 1.2.3-korg