mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-19 06:59:51 -05:00
Add a simple client
This commit is contained in:
parent
ac4326884b
commit
aabdce027f
2 changed files with 392 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue