diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2012-12-14 10:18:39 -0500 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-12-14 10:54:58 -0500 |
commit | 7e62f2bcd47e0772a4f07f892c64fe0d5f6fd326 (patch) | |
tree | 70e6251db6a9bfa3420b2e13844aa27449f9b77b /clients | |
parent | 8998d2ee04e62adf8d401a29b354111163051370 (diff) | |
download | weston-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.am | 5 |
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 |