2001-11-23 Michael Meeks <michael@ximian.com>
[platform/core/uifw/at-spi2-atk.git] / test / Makefile.am
index 09e8d6a..91cb7e5 100644 (file)
@@ -1,15 +1,17 @@
 NULL=
 
-noinst_PROGRAMS = at app simple-at keysynth-demo
-
-at_SOURCES = at.c
+noinst_PROGRAMS = at app simple-at keysynth-demo accessx-gui
 
+at_SOURCES = at.c 
 app_SOURCES = app.c
 
 simple_at_SOURCES = simple-at.c 
 
 keysynth_demo_SOURCES = keysynth-demo.c 
 
+accessx_gui_SOURCES = accessx-gui.c 
+
 INCLUDES = -I$(top_srcdir)           \
            -I$(top_builddir)         \
            -I$(top_srcdir)/libspi    \