Fixed what seems to have been a botched checking from Dec 21, some fixes
[platform/core/uifw/at-spi2-atk.git] / registryd / Makefile.am
index 19017a2..b586b9a 100644 (file)
@@ -6,13 +6,20 @@ INCLUDES = -I$(top_srcdir)          \
            -I$(top_srcdir)/libspi   \
            $(REGISTRYD_CFLAGS)
 
-registryd_SOURCES = registryd.c
+registryd_SOURCES =            \
+       desktop.c               \
+       desktop.h               \
+       deviceeventcontroller.c \
+       deviceeventcontroller.h \
+       registry-main.c         \
+       registry.c              \
+       registry.h
 
-LDADD = ../libspi/libspi.la $(REGISTRYD_LIBS)
+LDADD = ../libspi/libspi.la $(XTST_LIBS) $(REGISTRYD_LIBS) 
 
-oafinfodir = $(datadir)/oaf
-oafinfo_DATA = Accessibility_Registry.oaf
+serverinfodir = $(libdir)/bonobo/servers
+serverinfo_DATA = Accessibility_Registry.server
 
-@XML_I18N_MERGE_OAF_RULE@
+@INTLTOOL_SERVER_RULE@
 
-EXTRA_DIST = Accessibility_Registry.oaf.in $(oafinfo_DATA)
+EXTRA_DIST = Accessibility_Registry.server.in $(serverinfo_DATA)