[gnome-software] Do not install plugins just used in 'make check'
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] Do not install plugins just used in 'make check'
- Date: Fri, 11 Oct 2013 10:56:44 +0000 (UTC)
commit 5cc2209044b2a9b991ca70d9cb227d5c20d35134
Author: Richard Hughes <richard hughsie com>
Date: Fri Oct 11 10:28:28 2013 +0100
Do not install plugins just used in 'make check'
src/plugins/Makefile.am | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
index 372d30c..a7711d1 100644
--- a/src/plugins/Makefile.am
+++ b/src/plugins/Makefile.am
@@ -17,6 +17,10 @@ AM_CPPFLAGS = \
-DTESTDATADIR=\""$(top_srcdir)/data/tests"\" \
-I$(top_srcdir)/src
+noinst_LTLIBRARIES = \
+ libgs_plugin_dummy.la \
+ libgs_plugin_self_test.la
+
plugindir = $(libdir)/gs-plugins
plugin_LTLIBRARIES = \
libgs_plugin_appdata.la \
@@ -25,8 +29,6 @@ plugin_LTLIBRARIES = \
libgs_plugin_datadir_filename.la \
libgs_plugin_datadir_filename_local.la \
libgs_plugin_desktopdb.la \
- libgs_plugin_dummy.la \
- libgs_plugin_self_test.la \
libgs_plugin_hardcoded-featured.la \
libgs_plugin_hardcoded-kind.la \
libgs_plugin_hardcoded-popular.la \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]