2009-06-11 Mark Doffman <mark.doffman@codethink.co.uk>
[platform/core/uifw/at-spi2-atk.git] / registryd / Makefile.am
index 85f6fb2..19b745b 100644 (file)
@@ -4,7 +4,8 @@ at_spi_registryd_CFLAGS = $(DBUS_GLIB_CFLAGS)   \
                          $(GOBJ_CFLAGS)        \
                          $(ATK_CFLAGS)         \
                          $(GDK_CFLAGS)         \
-                         -I$(top_srcdir) 
+                         -I$(top_srcdir)       \
+                         -DATSPI_INTROSPECTION_PATH=\"$(pkgdatadir)/$(DEFAULT_ATSPI_INTROSPECTION_PATH)\"
 
 at_spi_registryd_LDADD = $(DBUS_GLIB_LIBS)     \
                         $(GOBJ_CFLAGS)         \
@@ -17,13 +18,11 @@ at_spi_registryd_LDADD = $(DBUS_GLIB_LIBS)  \
                         $(top_builddir)/spi-common/libspicommon.la
 
 at_spi_registryd_SOURCES =     \
-       desktop.c               \
-       desktop.h               \
-       deviceeventcontroller.c \
-       deviceeventcontroller.h \
        registry-main.c         \
        registry.c              \
        registry.h              \
+       deviceeventcontroller.c \
+       deviceeventcontroller.h \
        reentrant-list.c        \
        reentrant-list.h        \
        ucs2keysym.c