summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGiulio Camuffo <giuliocamuffo@gmail.com>2014-10-12 00:24:25 +0300
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2015-07-10 12:46:55 +0300
commitbab996e571314093b87fce5ab5bbcd9f1fb89fb1 (patch)
tree57bea0ed9c8be40f23b530868a5ebe7409858230 /Makefile.am
parent459137bfe6b738ee0c09f7160342403f8438c310 (diff)
downloadweston-bab996e571314093b87fce5ab5bbcd9f1fb89fb1.tar.gz
compositor: move the main() to a new main.c file
This commits starts to separate the libweston code from the weston specific code. As such, the main() is moved, together with signals handling and configuration handling. The definition of DEFAULT_REPAINT_WINDOW is left in compositor.c, so the config loading of repaint_msec is slightly modified to account that. Acked-by: Bryce Harrington <bryce@osg.samsung.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 4f0a4501..a0d0c196 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -86,6 +86,7 @@ weston_SOURCES = \
src/timeline.c \
src/timeline.h \
src/timeline-object.h \
+ src/main.c \
shared/helpers.h \
shared/matrix.c \
shared/matrix.h \