summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorMark Doffman <mdoff@silver-wind.(none)>2008-05-16 16:11:40 +0100
committerMark Doffman <mdoff@silver-wind.(none)>2008-05-16 16:16:19 +0100
commitff143bfb6c3ca9e1a7362bd7f9c7c5eba31eb135 (patch)
tree3661a3149da6031c5a0e74463fdd428738e2bf1b /idl
parent5d01be6ec7d2cb2e662c695bd4c28c50ac3f2dab (diff)
downloadat-spi2-core-ff143bfb6c3ca9e1a7362bd7f9c7c5eba31eb135.tar.gz
2008-05-16 Mark Doffman <mark.doffman@codethink.co.uk>
Re-organize the directories. The main purpose of this change is to remove CORBA code and references that are no longer used. * atk-adaptor/ Code here used to live in libspi and atk-bridge. * droute/ The droute module has been moved from libspi to its own directory. * spi-common Code and definitions common to registryd and the atk-adaptor. Mostly moved from libspi/dbus.c and accessible.h. * cspi/ Removed for the moment. Will have to be mostly rewritten for D-Bus.
Diffstat (limited to 'idl')
-rw-r--r--idl/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/idl/Makefile.am b/idl/Makefile.am
index e7fa5ce3..41a6dc12 100644
--- a/idl/Makefile.am
+++ b/idl/Makefile.am
@@ -1,6 +1,4 @@
-idldir = $(datadir)/idl/at-spi-1.0
-
-idl_DATA = \
+IDL_FILES = \
Accessibility.idl \
Accessibility_Accessible.idl \
Accessibility_Action.idl \
@@ -26,4 +24,4 @@ idl_DATA = \
Accessibility_Value.idl \
Accessibility_LoginHelper.idl
-EXTRA_DIST=$(idl_DATA)
+EXTRA_DIST=$(IDL_FILES)