worker_test: Added SRCS&HEADERS to build with internal APIs of tpl_object_t. 06/135006/2
authorjoonbum.ko <joonbum.ko@samsung.com>
Fri, 12 May 2017 06:39:20 +0000 (15:39 +0900)
committerjoonbum.ko <joonbum.ko@samsung.com>
Wed, 21 Jun 2017 07:04:26 +0000 (16:04 +0900)
Change-Id: I1bbd070fa03bca23e0ebd8d35f8202755a4199c3
Signed-off-by: joonbum.ko <joonbum.ko@samsung.com>
worker_test/Makefile

index 3538403..b6989e7 100644 (file)
@@ -18,10 +18,12 @@ SRCS += $(SRC_DIR)/worker_test.c
 SRCS += ../src/tpl.c
 SRCS += ../src/tpl_utils_hlist.c
 SRCS += ../src/tpl_utils_map.c
+SRCS += ../src/tpl_object.c
 SRCS += ../src/wayland-egl/wayland-egl.c
 SRCS += ../src/tpl_wayland_egl_thread.c
 HEADERS += ../src/tpl_wayland_egl_thread.h
 HEADERS += ../src/tpl_utils.h
+HEADERS += ../src/tpl_internal.h
 HEADERS += ../src/tpl.h
 
 OBJS = $(SRCS:%.c=%.o)