Create a tizen-platform-wrapper.pc file.
[platform/core/system/tizen-platform-wrapper.git] / src / Makefile.am
index f65b06d..bf994a3 100644 (file)
@@ -1,6 +1,23 @@
 bin_PROGRAMS = tzplatform-tool
 
-tzplatform_tool_SOURCES = buffer.c foreign.c heap.c parser.c toolbox.c
-
-dist_pkgdata_DATA = buffer.c buffer.h foreign.c foreign.h heap.c heap.h parser.c parser.h scratch.c scratch.h tzplatform_config.c tzplatform_config.h tzplatform_get.c passwd.h passwd.c
+tzplatform_tool_SOURCES = buffer.c \
+                          foreign.c \
+                          heap.c \
+                          parser.c \
+                          toolbox.c
 
+dist_pkgdata_DATA = buffer.c \
+                    buffer.h \
+                    foreign.c \
+                    foreign.h \
+                    heap.c \
+                    heap.h \
+                    parser.c \
+                    parser.h \
+                    scratch.c \
+                    scratch.h \
+                    tzplatform_config.c \
+                    tzplatform_config.h \
+                    tzplatform_get.c \
+                    passwd.h \
+                    passwd.c