summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMark Doffman <mdoff@altair-voyager.(none)>2009-07-06 16:37:48 +0100
committerMark Doffman <mdoff@altair-voyager.(none)>2009-07-06 16:37:48 +0100
commit5d374cf95f2447a712f94dd2efe2b294ecab58ca (patch)
treec41f792256d87de6faa8948ad4373a656f4c1ada /tests
parent36a4131a9cc9fc8d474058d2a9448bc9eac91f17 (diff)
downloadat-spi2-atk-5d374cf95f2447a712f94dd2efe2b294ecab58ca.tar.gz
2009-07-06 Mark Doffman <mark.doffman@codethink.co.uk>
Re-organize the build configuration to use an external registryd, dbind and droute libraries from at-spi2-core.
Diffstat (limited to 'tests')
-rw-r--r--tests/cspi/Makefile.am5
-rw-r--r--tests/cspi/keysynth-test.c2
2 files changed, 4 insertions, 3 deletions
diff --git a/tests/cspi/Makefile.am b/tests/cspi/Makefile.am
index ebdba44..316cbe4 100644
--- a/tests/cspi/Makefile.am
+++ b/tests/cspi/Makefile.am
@@ -11,8 +11,9 @@ INCLUDES = -I$(top_srcdir) \
$(GLIB_CFLAGS) \
$(GTK_CFLAGS) \
$(ATK_CFLAGS) \
+ $(DBIND_CFLAGS) \
$(DEBUG_CFLAGS)
-LDADD = $(top_builddir)/spi-common/libspicommon.la \
+LDADD = $(top_builddir)/common/libspicommon.la \
$(top_builddir)/cspi/libcspi.la \
- $(TESTS_LIBS) $(X_LIBS) $(XINPUT_LIBS) $(ATK_LIBS) $(GTK_LIBS)
+ $(TESTS_LIBS) $(X_LIBS) $(XINPUT_LIBS) $(ATK_LIBS) $(GTK_LIBS) $(DBIND_LIBS)
diff --git a/tests/cspi/keysynth-test.c b/tests/cspi/keysynth-test.c
index 2f275d4..73aa240 100644
--- a/tests/cspi/keysynth-test.c
+++ b/tests/cspi/keysynth-test.c
@@ -28,7 +28,7 @@
#include <gtk/gtk.h>
#include <atk/atk.h>
#include <atk/atknoopobject.h>
-#include "spi-common/spi-dbus.h"
+#include "common/spi-dbus.h"
typedef struct {
long int val;