summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2012-12-30 20:07:20 -0600
committerBehdad Esfahbod <behdad@behdad.org>2012-12-30 20:07:20 -0600
commitf1cfd7ab1d4d1a1e572c79a4750ded4674d19b85 (patch)
tree40fe50e62710a18ff89a1f43d4a970f7f20dc5df /test
parent4784648ffca2d729ba7e25c339c1860a372cf867 (diff)
downloadat-spi2-core-f1cfd7ab1d4d1a1e572c79a4750ded4674d19b85.tar.gz
Fix build with picky linkers
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 30263df5..a75df54b 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -2,5 +2,5 @@ LDADD = $(top_builddir)/atspi/libatspi.la
noinst_PROGRAMS = memory
memory_SOURCES = memory.c
memory_CPPFLAGS = -I$(top_srcdir)
-memory_CFLAGS = $(GLIB_CFLAGS) $(DBUS_CFLAGS)
+memory_CFLAGS = $(GLIB_CFLAGS) $(GOBJ_LIBS) $(DBUS_CFLAGS)
memory_LDFLAGS =