Move eekboard-client from src to examples; rename eekboard-desktop-client to eekboard.
This commit is contained in:
12
examples/simple-client/Makefile.am
Normal file
12
examples/simple-client/Makefile.am
Normal file
@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user