aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2016-01-24 15:26:12 +0100
committerAleksander Morgado <aleksander@aleksander.es>2016-01-24 15:26:12 +0100
commit1bdb1a558a05970e436e562cc3f8d3f43640933a (patch)
treef6f19e22d00000a3a1c4ac8f287f6d930040286c /plugins
parent97962bb65caaabc4133740a2698dae2406be319e (diff)
build: require GLib 2.36
We now need it for GTask support.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index e6f56a25..3cc5e2ff 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -50,8 +50,6 @@ noinst_LTLIBRARIES =
# Common service test support
-if BUILD_DBUS_TEST_SUPPORT
-
noinst_LTLIBRARIES += libmm-test-common.la
libmm_test_common_la_SOURCES = \
@@ -89,8 +87,6 @@ TEST_COMMON_LIBADD_FLAGS = \
$(builddir)/libmm-test-common.la \
$(top_builddir)/libmm-glib/libmm-glib.la
-endif
-
########################################
# Icera-specific support
@@ -161,16 +157,12 @@ libmm_plugin_generic_la_SOURCES = \
libmm_plugin_generic_la_CPPFLAGS = $(PLUGIN_COMMON_COMPILER_FLAGS)
libmm_plugin_generic_la_LDFLAGS = $(PLUGIN_COMMON_LINKER_FLAGS)
-if BUILD_DBUS_TEST_SUPPORT
-
noinst_PROGRAMS += test-service-generic
test_service_generic_SOURCES = generic/tests/test-service-generic.c
test_service_generic_CPPFLAGS = $(TEST_COMMON_COMPILER_FLAGS)
test_service_generic_LDADD = $(TEST_COMMON_LIBADD_FLAGS)
test_service_generic_LDFLAGS = $(PLUGIN_COMMON_LINKER_FLAGS)
-endif
-
## Motorola
libmm_plugin_motorola_la_SOURCES = \
motorola/mm-plugin-motorola.c \