Add a simple client

This commit is contained in:
Benjamin Franzke 2011-01-15 00:40:17 +01:00
parent ac4326884b
commit aabdce027f
2 changed files with 392 additions and 1 deletions

View file

@ -7,7 +7,8 @@ noinst_PROGRAMS = \
$(poppler_programs) \
dnd \
smoke \
resizor
resizor \
simple-client
noinst_LTLIBRARIES = libtoytoolkit.la
@ -39,6 +40,7 @@ terminal_SOURCES = terminal.c
image_SOURCES = image.c
dnd_SOURCES = dnd.c
resizor_SOURCES = resizor.c
simple_client_SOURCES = simple-client.c
BUILT_SOURCES = \
screenshooter-client-protocol.h \