2009-07-05 Mark Doffman <mark.doffman@codethink.co.uk>
authorMark Doffman <mdoff@altair-voyager.(none)>
Sun, 5 Jul 2009 09:22:41 +0000 (10:22 +0100)
committerMark Doffman <mdoff@altair-voyager.(none)>
Sun, 5 Jul 2009 09:22:41 +0000 (10:22 +0100)
        Remove the common library, move the code
        and headers directly in to registry daemon folder.

12 files changed:
Makefile.am
common/Makefile.am [deleted file]
configure.ac
registryd/Makefile.am
registryd/de-marshaller.c [moved from common/de-marshaller.c with 100% similarity]
registryd/de-marshaller.h [moved from common/de-marshaller.h with 100% similarity]
registryd/de-types.h [moved from common/de-types.h with 100% similarity]
registryd/deviceeventcontroller.c
registryd/keymasks.h [moved from common/keymasks.h with 100% similarity]
registryd/paths.h [moved from common/paths.h with 100% similarity]
registryd/registry-main.c
registryd/registry.c

index 34e1f53..b9b105c 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS=xml tools dbind droute common registryd
+SUBDIRS=xml tools dbind droute registryd
 
 ACLOCAL_AMFLAGS=-I m4
 
diff --git a/common/Makefile.am b/common/Makefile.am
deleted file mode 100644 (file)
index 02bb2bc..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-noinst_LTLIBRARIES = libspicommon.la
-
-libspicommon_la_CFLAGS = $(DBUS_GLIB_CFLAGS)\
-                        $(ATK_CFLAGS) \
-                        -DATSPI_INTROSPECTION_PATH=\"$(DEFAULT_ATSPI_INTROSPECTION_PATH)\"\
-                        -I$(top_builddir)\
-                        -I$(top_srcdir)
-
-libspicommon_la_LIBADD = $(DBUS_GLIB_LIBS)
-
-libspicommon_la_SOURCES =      \
-       de-marshaller.h \
-       de-marshaller.c \
-       de-types.h \
-       keymasks.h \
-       paths.h
-
-#generated-types.h: $(top_srcdir)/xml/spec.xml $(top_srcdir)/tools/c-constants-generator.xsl
-#      xsltproc --stringparam mixed-case-prefix Accessibility_ $(top_srcdir)/tools/c-constants-generator.xsl $< >$@
index bbe1667..6501bf5 100644 (file)
@@ -143,7 +143,6 @@ AC_CONFIG_FILES([Makefile
                 xml/Makefile
                 tools/Makefile
                 droute/Makefile
-                common/Makefile
                 registryd/Makefile
                 dbind/Makefile
                 dbind/dbind-config.h])
index 48fb181..254216f 100644 (file)
@@ -15,10 +15,14 @@ at_spi_registryd_LDADD = $(DBUS_GLIB_LIBS)  \
                         $(XTST_LIBS)           \
                         $(XEVIE_LIBS)          \
                         $(top_builddir)/droute/libdroute.la\
-                        $(top_builddir)/dbind/libdbind.la\
-                        $(top_builddir)/common/libspicommon.la
+                        $(top_builddir)/dbind/libdbind.la
 
 at_spi_registryd_SOURCES =     \
+       de-marshaller.h         \
+       de-marshaller.c         \
+       de-types.h              \
+       keymasks.h              \
+       paths.hi                \
        registry-main.c         \
        registry.c              \
        registry.h              \
similarity index 100%
rename from common/de-types.h
rename to registryd/de-types.h
index eba3883..55f2eeb 100644 (file)
 #include <gdk/gdkkeysyms.h>
 #include <gdk/gdkwindow.h>
 
-#include <common/paths.h>
-#include <common/keymasks.h>
-#include <common/de-types.h>
-#include <common/de-marshaller.h>
-
 #include <droute/droute.h>
 
+#include "paths.h"
+#include "keymasks.h"
+#include "de-types.h"
+#include "de-marshaller.h"
+
 #include "deviceeventcontroller.h"
 #include "reentrant-list.h"
 
similarity index 100%
rename from common/keymasks.h
rename to registryd/keymasks.h
similarity index 100%
rename from common/paths.h
rename to registryd/paths.h
index e29075a..64cfe52 100644 (file)
@@ -26,9 +26,9 @@
 #include <string.h>
 #include <glib/gmain.h>
 
-#include <common/paths.h>
 #include <droute/droute.h>
 
+#include "paths.h"
 #include "registry.h"
 #include "deviceeventcontroller.h"
 
index 2b19db0..8a3d8f0 100644 (file)
@@ -23,9 +23,9 @@
  */
 
 #include <config.h>
-#include <common/paths.h>
 #include <dbus/dbus-glib-lowlevel.h>
 
+#include "paths.h"
 #include "registry.h"
 
 enum