summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDerek Foreman <derekf@osg.samsung.com>2015-09-24 09:26:48 -0500
committerBryce Harrington <bryce@osg.samsung.com>2015-09-24 12:03:26 -0700
commitcb15620b74605a6a07a0ced5aa829c91c3585504 (patch)
tree0eb3acee18009bfb22af04cb29e79c5630e81906 /Makefile.am
parent56fe1c7edda1715beac2dd138685a7d5e96d7e41 (diff)
downloadweston-cb15620b74605a6a07a0ced5aa829c91c3585504.tar.gz
launcher: fix broken distcheck
We were missing launcher-impl.h in Makefile.am Signed-off-by: Derek Foreman <derekf@osg.samsung.com> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
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 94a824be..1d66cc04 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