summaryrefslogtreecommitdiff
path: root/droute
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2011-03-21 16:37:23 -0700
committerMike Gorse <mgorse@novell.com>2011-03-21 16:37:23 -0700
commit72c5c12f7a9ce5c195fc5e0349258333ea9283d3 (patch)
tree0b35e38ae8803b062c3cbf24faaa5d897b2e7180 /droute
parent01e62a390c0ab3c1fff722f168c8614a91f9d5f8 (diff)
downloadat-spi2-atk-72c5c12f7a9ce5c195fc5e0349258333ea9283d3.tar.gz
Release v1.91.92 and fix a build errorAT_SPI2_ATK_1_91_92
Diffstat (limited to 'droute')
-rw-r--r--droute/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/droute/Makefile.am b/droute/Makefile.am
index 38e6b09..854dee4 100644
--- a/droute/Makefile.am
+++ b/droute/Makefile.am
@@ -21,9 +21,11 @@ check_PROGRAMS = droute-test
droute_test_SOURCES = droute-test.c
droute_test_CFLAGS = $(DBUS_CFLAGS) \
-I$(top_builddir)\
+ $(GLIB_CFLAGS) \
-I$(top_srcdir)
droute_test_LDFLAGS = $(top_builddir)/dbind/libdbind.la\
libdroute.la\
$(DBUS_LIBS) \
+ $(GLIB_LIBS) \
$(ATSPI_LIBS)