surface: added tbm_surface_internal_set/get_damage func
[platform/core/uifw/libtbm.git] / src / Makefile.am
index 2d60897..0ab96ac 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)
@@ -23,7 +24,9 @@ libtbm_la_SOURCES = \
        tbm_drm_helper_server.c \
        tbm_drm_helper_client.c \
        tbm_sync.c \
-       tbm_log.c
+       tbm_log.c \
+       tbm_error.c \
+       tbm_backend.c
 
 nodist_libtbm_la_SOURCES =             \
        wayland-tbm-drm-auth-server-protocol.h  \
@@ -41,17 +44,4 @@ nodist_libtbm_la_SOURCES =           \
 
 BUILT_SOURCES = $(nodist_libtbm_la_SOURCES)
 
-libtbmincludedir=$(includedir)
-libtbminclude_HEADERS = tbm_bufmgr.h \
-                                               tbm_bo.h \
-                                               tbm_surface.h \
-                                               tbm_bufmgr_backend.h \
-                                               tbm_type.h \
-                                               tbm_type_int.h \
-                                               tbm_surface_internal.h \
-                                               tbm_surface_queue.h \
-                                               tbm_drm_helper.h \
-                                               tbm_sync.h \
-                                               tbm_log.h
-
 CLEANFILES = $(BUILT_SOURCES)