[gjs] Use GJS_GDBUS_CFLAGS and GJS_GDBUS_LIBS to fix missing symbols.
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs] Use GJS_GDBUS_CFLAGS and GJS_GDBUS_LIBS to fix missing symbols.
- Date: Tue, 27 Oct 2015 23:56:46 +0000 (UTC)
commit de8e498a56af653c34b9245242e8e5ed4a4c8d9f
Author: Juan RP <xtraeme gmail com>
Date: Sat Jan 14 00:10:00 2012 -0800
Use GJS_GDBUS_CFLAGS and GJS_GDBUS_LIBS to fix missing symbols.
https://bugzilla.gnome.org/show_bug.cgi?id=667908
Makefile-insttest.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile-insttest.am b/Makefile-insttest.am
index 116bd87..d448871 100644
--- a/Makefile-insttest.am
+++ b/Makefile-insttest.am
@@ -59,8 +59,8 @@ common_test_libadd = $(GJS_LIBS)
nodist_libregress_la_SOURCES = $(GI_DATADIR)/tests/regress.c $(GI_DATADIR)/tests/regress.h
libregress_la_CPPFLAGS = $(AM_CPPFLAGS)
-libregress_la_CFLAGS = $(GJS_CFLAGS)
-libregress_la_LDFLAGS = $(common_test_ldflags)
+libregress_la_CFLAGS = $(GJS_CFLAGS) $(GJS_GDBUS_CFLAGS)
+libregress_la_LDFLAGS = $(common_test_ldflags) $(GJS_GDBUS_LIBS)
libregress_la_LIBADD = $(common_test_libadd)
libregress_scannerflags_includes = --include=Gio-2.0
if ENABLE_CAIRO
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]