From 038b9dc8ec619013c640c0423d012ca4a6e5b986 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Fri, 14 Dec 2012 10:18:39 -0500 Subject: [PATCH] clients: Add screenshooter-client-protocol.h to screenshooter sources --- clients/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/clients/Makefile.am b/clients/Makefile.am index a4d09f9..c1b65ce 100644 --- a/clients/Makefile.am +++ b/clients/Makefile.am @@ -92,7 +92,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 -- 2.7.4