[waffle] [PATCH] Android: Add missing file to Android.mk

Juha-Pekka Heikkila juha-pekka.heikkila at linux.intel.com
Fri Jun 14 03:48:24 PDT 2013


Recent changes required wcore_attrib_list.c to be part of compilation,
this was missing from Android.mk

Signed-off-by: Juha-Pekka Heikkila <juha-pekka.heikkila at linux.intel.com>
---
 Android.mk |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Android.mk b/Android.mk
index d66bed1..f738d31 100644
--- a/Android.mk
+++ b/Android.mk
@@ -51,6 +51,7 @@ LOCAL_SRC_FILES := \
     src/waffle/core/wcore_error.c \
     src/waffle/core/wcore_util.c \
     src/waffle/core/wcore_display.c \
+    src/waffle/core/wcore_attrib_list.c \
     src/waffle/api/api_priv.c \
     src/waffle/api/waffle_attrib_list.c \
     src/waffle/api/waffle_config.c \
-- 
1.7.5.4



More information about the waffle mailing list