summaryrefslogtreecommitdiff
path: root/tests/tracker-steroids
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2011-04-01 15:35:10 +0200
committerJürg Billeter <j@bitron.ch>2011-04-04 12:12:35 +0200
commit0ec9878654c9b233de2193043870dd9f2e1fab9e (patch)
tree679dfac82552790f584e19fc994ff206d49b872e /tests/tracker-steroids
parent8c9074f17d235301ff5767d09b87323e091fffa0 (diff)
downloadtracker-0ec9878654c9b233de2193043870dd9f2e1fab9e.tar.gz
libtracker-sparql: Use static linking instead of plugins
Plugin loading in threads may be problematic in certain environments. As we do not currently support external plugins anyway, this changes libtracker-bus and libtracker-direct to be part of libtracker-sparql. This will also slightly improve initialization performance. Fixes NB#241659.
Diffstat (limited to 'tests/tracker-steroids')
-rw-r--r--tests/tracker-steroids/Makefile.am2
-rw-r--r--tests/tracker-steroids/tracker-test.c3
2 files changed, 1 insertions, 4 deletions
diff --git a/tests/tracker-steroids/Makefile.am b/tests/tracker-steroids/Makefile.am
index 2311d1e56..f17383373 100644
--- a/tests/tracker-steroids/Makefile.am
+++ b/tests/tracker-steroids/Makefile.am
@@ -13,7 +13,7 @@ AM_CPPFLAGS = \
$(LIBTRACKER_SPARQL_CFLAGS)
LDADD = \
- $(top_builddir)/src/libtracker-sparql/libtracker-sparql-@TRACKER_API_VERSION@.la \
+ $(top_builddir)/src/libtracker-sparql-backend/libtracker-sparql-@TRACKER_API_VERSION@.la \
$(top_builddir)/src/libtracker-common/libtracker-common.la \
$(BUILD_LIBS) \
$(LIBTRACKER_SPARQL_LIBS)
diff --git a/tests/tracker-steroids/tracker-test.c b/tests/tracker-steroids/tracker-test.c
index 2870cc25c..7ce2f55d5 100644
--- a/tests/tracker-steroids/tracker-test.c
+++ b/tests/tracker-steroids/tracker-test.c
@@ -679,9 +679,6 @@ main (gint argc, gchar **argv)
g_type_init ();
g_test_init (&argc, &argv, NULL);
- /* do not require prior installation */
- g_setenv ("TRACKER_SPARQL_MODULE_PATH", "../../src/libtracker-bus/.libs", TRUE);
-
connection = tracker_sparql_connection_get (NULL, NULL);
insert_test_data ();