tbm_bufmgr: change tbm_bo_alloc_with_bo_data name
[platform/core/uifw/libtbm.git] / src / Makefile.am
index 464f352..05adbd5 100644 (file)
@@ -4,6 +4,7 @@ AM_CFLAGS = \
        $(WARN_CFLAGS) \
        -I./ \
        -I$(top_srcdir) \
+       -I$(top_srcdir)/include \
        -I$(top_srcdir)/src \
        @LIBTBM_CFLAGS@ \
        $(CFLAGS)
@@ -19,9 +20,15 @@ libtbm_la_SOURCES = \
        tbm_surface_queue.c \
        tbm_bufmgr_backend.c \
        tbm_bufmgr.c \
+       tbm_bo.c \
        tbm_drm_helper_server.c \
        tbm_drm_helper_client.c \
-       tbm_sync.c
+       tbm_sync.c \
+       tbm_log.c \
+       tbm_module.c \
+       tbm_error.c \
+       tbm_backend.c \
+       tbm_dummy_display.c
 
 nodist_libtbm_la_SOURCES =             \
        wayland-tbm-drm-auth-server-protocol.h  \
@@ -39,7 +46,4 @@ nodist_libtbm_la_SOURCES =            \
 
 BUILT_SOURCES = $(nodist_libtbm_la_SOURCES)
 
-libtbmincludedir=$(includedir)
-libtbminclude_HEADERS = tbm_bufmgr.h tbm_surface.h tbm_bufmgr_backend.h tbm_type.h tbm_surface_internal.h tbm_surface_queue.h tbm_drm_helper.h tbm_sync.h
-
 CLEANFILES = $(BUILT_SOURCES)