diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Makefile.am | 8 |
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 \ |