[PATCH weston] launcher: fix broken distcheck
Derek Foreman
derekf at osg.samsung.com
Thu Sep 24 07:26:48 PDT 2015
We were missing launcher-impl.h in Makefile.am
Signed-off-by: Derek Foreman <derekf at osg.samsung.com>
---
Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile.am b/Makefile.am
index 94a824b..1d66cc0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -129,6 +129,7 @@ noinst_LTLIBRARIES += \
libsession_helper_la_SOURCES = \
src/launcher-util.c \
src/launcher-util.h \
+ src/launcher-impl.h \
src/weston-launch.h \
src/launcher-weston-launch.c \
src/launcher-direct.c
--
2.5.3
More information about the wayland-devel
mailing list