[at-spi2-core] Fix build with picky linkers
- From: Behdad Esfahbod <behdad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core] Fix build with picky linkers
- Date: Mon, 31 Dec 2012 02:07:30 +0000 (UTC)
commit f1cfd7ab1d4d1a1e572c79a4750ded4674d19b85
Author: Behdad Esfahbod <behdad behdad org>
Date: Sun Dec 30 20:07:20 2012 -0600
Fix build with picky linkers
test/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/test/Makefile.am b/test/Makefile.am
index 30263df..a75df54 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 =
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]