summaryrefslogtreecommitdiff
path: root/clients
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2012-12-14 10:18:39 -0500
committerKristian Høgsberg <krh@bitplanet.net>2012-12-14 10:54:58 -0500
commit7e62f2bcd47e0772a4f07f892c64fe0d5f6fd326 (patch)
tree70e6251db6a9bfa3420b2e13844aa27449f9b77b /clients
parent8998d2ee04e62adf8d401a29b354111163051370 (diff)
downloadweston-7e62f2bcd47e0772a4f07f892c64fe0d5f6fd326.tar.gz
weston-7e62f2bcd47e0772a4f07f892c64fe0d5f6fd326.tar.bz2
weston-7e62f2bcd47e0772a4f07f892c64fe0d5f6fd326.zip
clients: Add screenshooter-client-protocol.h to screenshooter sources
Diffstat (limited to 'clients')
-rw-r--r--clients/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/clients/Makefile.am b/clients/Makefile.am
index 81d1b571..0e9ce4a6 100644
--- a/clients/Makefile.am
+++ b/clients/Makefile.am
@@ -89,7 +89,10 @@ toolkit_libs = \
flower_SOURCES = flower.c
flower_LDADD = $(toolkit_libs)
-weston_screenshooter_SOURCES = screenshot.c screenshooter-protocol.c
+weston_screenshooter_SOURCES = \
+ screenshot.c \
+ screenshooter-protocol.c \
+ screenshooter-client-protocol.h
weston_screenshooter_LDADD = $(toolkit_libs)
weston_terminal_SOURCES = terminal.c