2001-11-13 Michael Meeks <michael@ximian.com>
[platform/core/uifw/at-spi2-atk.git] / test / Makefile.am
index d9a3ade..09e8d6a 100644 (file)
@@ -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    \