X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Fclients%2FMakefile.am;h=a54de37e994d3b6e434c0fe94ad553d15800cef2;hb=af8e6cce0008159eadb1f7329e23b735c7d91ec5;hp=a0d9ea12e236ab761e856d9c799cd66232cf5f39;hpb=ef25f02aa5044192c07e7d07b2a9c7b61582ddfe;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/tests/clients/Makefile.am b/tests/clients/Makefile.am index a0d9ea1..a54de37 100644 --- a/tests/clients/Makefile.am +++ b/tests/clients/Makefile.am @@ -1,6 +1,24 @@ EXTRA_DIST = \ - accessibleobject.py \ __init__.py \ + accessibleobject.py \ + component.py \ testutil.py CLEANFILES = *.pyc + +noinst_PROGRAMS = key-listener-test keysynth-test simple-at + +key_listener_test_SOURCES = key-listener-test.c +keysynth_test_SOURCES = keysynth-test.c +simple_at_SOURCES = simple-at.c + +INCLUDES = -I$(top_srcdir) \ + -I$(top_builddir) \ + $(DBUS_CFLAGS) \ + $(GLIB_CFLAGS) \ + $(GTK_CFLAGS) \ + $(ATK_CFLAGS) \ + $(DEBUG_CFLAGS) + +#LDADD = ../spi-common/libspicommon.la ../cspi/libcspi.la ../login-helper/libloginhelper.la $(TESTS_LIBS) $(X_LIBS) $(XINPUT_LIBS) +LDADD = ../../spi-common/libspicommon.la ../../cspi/libcspi.la $(TESTS_LIBS) $(X_LIBS) $(XINPUT_LIBS) $(ATK_LIBS) $(GTK_LIBS)