Rewrite simple-client in python.

This commit is contained in:
Daiki Ueno
2011-08-23 18:06:16 +09:00
parent e46a3f89ed
commit 4bb984daf3
4 changed files with 48 additions and 213 deletions

View File

@ -1,12 +1 @@
noinst_PROGRAMS = simple-client
simple_client_CFLAGS = \
-I$(top_srcdir) \
$(GIO2_CFLAGS)
simple_client_LDADD = \
$(top_builddir)/eekboard/libeekboard.la \
$(top_builddir)/eek/libeek.la \
$(GIO2_LIBS)
simple_client_SOURCES = main.c
EXTRA_DIST = simple-client