From 002b97d830ca46da85bcde19c430a53a6cafeb61 Mon Sep 17 00:00:00 2001 From: davek Date: Mon, 20 Dec 2010 17:03:10 +0000 Subject: * Makefile.am (AM_LIBTOOLFLAGS): Define, adding disable-static tag. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168087 138bc75d-0d04-0410-961f-82ee72b054a4 --- lto-plugin/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'lto-plugin/Makefile.am') diff --git a/lto-plugin/Makefile.am b/lto-plugin/Makefile.am index ba385c76c6f..a51bc4a9739 100644 --- a/lto-plugin/Makefile.am +++ b/lto-plugin/Makefile.am @@ -9,6 +9,7 @@ libexecsubdir := $(libexecdir)/gcc/$(target_noncanonical)/$(gcc_version) AM_CPPFLAGS = -I$(top_srcdir)/../include $(DEFS) AM_CFLAGS = -Wall -Werror +AM_LIBTOOLFLAGS = --tag=disable-static libexecsub_LTLIBRARIES = liblto_plugin.la -- cgit v1.2.1