[at-spi2-core] Fix build with picky linkers



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]