indendation 43/171143/1
authorSooChan Lim <sc1.lim@samsung.com>
Tue, 27 Feb 2018 02:08:14 +0000 (11:08 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Tue, 27 Feb 2018 02:24:51 +0000 (11:24 +0900)
Change-Id: I376b02c8c48a9df58d4135c538fbdacf859c96c7

src/Makefile.am

index 464f352..7df684b 100644 (file)
@@ -40,6 +40,13 @@ 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
+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)