glib r7860 - in trunk: . tests
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r7860 - in trunk: . tests
- Date: Thu, 12 Feb 2009 03:55:38 +0000 (UTC)
Author: matthiasc
Date: Thu Feb 12 03:55:38 2009
New Revision: 7860
URL: http://svn.gnome.org/viewvc/glib?rev=7860&view=rev
Log:
Bug 523742 â Use noinst for non-installable libraries
* tests/Makefile.am: use noninst_LTLIBRARIES for noninstalled
libraries.Patch by BjÃrn Lindqvist
Modified:
trunk/ChangeLog
trunk/tests/Makefile.am
Modified: trunk/tests/Makefile.am
==============================================================================
--- trunk/tests/Makefile.am (original)
+++ trunk/tests/Makefile.am Thu Feb 12 03:55:38 2009
@@ -212,11 +212,7 @@
regex_test_LDADD = $(progs_ldadd)
markup_collect_LDADD = $(progs_ldadd)
-lib_LTLIBRARIES = libmoduletestplugin_a.la libmoduletestplugin_b.la
-
-# Prevent those libs from being installed
-install-libLTLIBRARIES:
- :
+noinst_LTLIBRARIES = libmoduletestplugin_a.la libmoduletestplugin_b.la
libmoduletestplugin_a_la_SOURCES = libmoduletestplugin_a.c
libmoduletestplugin_a_la_LDFLAGS = $(G_MODULE_LDFLAGS) -avoid-version -module $(no_undefined) -rpath $(libdir)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]