From b883abee1c9f1c1a2b9d8fd1b8b3426ae606c28b Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Mon, 4 Jul 2011 16:53:32 -0500 Subject: [PATCH] Build fixes --- droute/Makefile.am | 1 + droute/droute-test.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/droute/Makefile.am b/droute/Makefile.am index 676dc8f..b1805c0 100644 --- a/droute/Makefile.am +++ b/droute/Makefile.am @@ -21,6 +21,7 @@ droute_test_SOURCES = droute-test.c droute_test_CFLAGS = $(DBUS_CFLAGS) \ -I$(top_builddir)\ $(GLIB_CFLAGS) \ + $(ATSPI_CFLAGS) \ -I$(top_srcdir) droute_test_LDFLAGS = $(top_builddir)/dbind/libdbind.la\ diff --git a/droute/droute-test.c b/droute/droute-test.c index 8701517..a2ebe4d 100644 --- a/droute/droute-test.c +++ b/droute/droute-test.c @@ -4,7 +4,7 @@ #include #include -#include "dbus/dbus-glib-lowlevel.h" +#include "atspi/atspi.h" #define TEST_OBJECT_PATH "/test/object" #define TEST_INTERFACE_ONE "test.interface.One" -- 2.7.4