X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=test%2FMakefile.am;h=09e8d6ad1d73b20ed91092b380781b9adb91e4d0;hb=10693361faaa0aed1c8b887ddaa2fbda774351e4;hp=d9a3ade92a5d4ec6f194ed7e9e1a9d2a9c02e677;hpb=11e760ebf21a1d27d740f6b4a904d36959f587dc;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/test/Makefile.am b/test/Makefile.am index d9a3ade..09e8d6a 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,6 +1,6 @@ NULL= -noinst_PROGRAMS = at app simple-at +noinst_PROGRAMS = at app simple-at keysynth-demo at_SOURCES = at.c @@ -8,6 +8,8 @@ app_SOURCES = app.c simple_at_SOURCES = simple-at.c +keysynth_demo_SOURCES = keysynth-demo.c + INCLUDES = -I$(top_srcdir) \ -I$(top_builddir) \ -I$(top_srcdir)/libspi \