document the usage of libtoytoolkit

(krh: edited to follow window_create() API changes)
This commit is contained in:
Tim Wiederhake 2011-01-21 16:56:07 +01:00 committed by Kristian Høgsberg
parent f71accc5b8
commit 503ccca5c8
3 changed files with 402 additions and 1 deletions

View file

@ -8,7 +8,8 @@ noinst_PROGRAMS = \
dnd \
smoke \
resizor \
simple-client
simple-client \
eventdemo
noinst_LTLIBRARIES = libtoytoolkit.la
@ -60,6 +61,9 @@ simple_client_SOURCES = simple-client.c
simple_client_LDADD = \
$(top_builddir)/wayland/libwayland-client.la -lm $(GLES2_LIBS)
eventdemo_SOURCES = eventdemo.c
eventdemo_LDADD = $(toolkit_libs)
BUILT_SOURCES = \
screenshooter-client-protocol.h \
screenshooter-protocol.c