summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2010-11-10 15:59:52 +0000
committerMartyn Russell <martyn@lanedo.com>2010-11-10 15:59:52 +0000
commit805f4cbe22de615c80666a90d42ec052e66ffbe0 (patch)
tree1361ac9f77e5688355aa312004ead7ff0550b61f /examples
parent8a713ed67c1940fd5f9aab942ead83d43bc98ce9 (diff)
parent523fea445befb07103f7827779328c16e5026f86 (diff)
downloadtracker-805f4cbe22de615c80666a90d42ec052e66ffbe0.tar.gz
Merge branch 'gdbus'
Diffstat (limited to 'examples')
-rw-r--r--examples/class-signal/Makefile.am14
1 files changed, 11 insertions, 3 deletions
diff --git a/examples/class-signal/Makefile.am b/examples/class-signal/Makefile.am
index 6657faadc..313b8fdaf 100644
--- a/examples/class-signal/Makefile.am
+++ b/examples/class-signal/Makefile.am
@@ -5,12 +5,20 @@ noinst_PROGRAMS = class-signal
AM_CPPFLAGS = \
$(BUILD_CFLAGS) \
-I$(top_srcdir)/src \
- $(LIBTRACKER_SPARQL_CFLAGS)
+ $(LIBTRACKER_SPARQL_CFLAGS) \
+ $(TRACKER_DBUS_CFLAGS)
LDADD = \
$(top_builddir)/src/libtracker-sparql/libtracker-sparql-$(TRACKER_API_VERSION).la \
$(BUILD_LIBS) \
- $(LIBTRACKER_SPARQL_LIBS)
+ $(LIBTRACKER_SPARQL_LIBS) \
+ $(TRACKER_DBUS_LIBS)
-class_signal_SOURCES = class-signal.c
+# NOTE: class-signal needed to have gio/dbus/dbus-glib-1 CFLAGS/LIBS
+# added. The reason for this is that the
+# LIBTRACKER_SPARQL_{CFLAGS|LIBS} no longer include dbus/dbus-glib-1
+# so these tests fail without that. The fix is to update the test
+# cases to use gdbus. For now this is a temporary fix for these tests,
+# -mr.
+class_signal_SOURCES = class-signal.c