From 6550161230f4e8d6b458f15036d85d004d894bb4 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Thu, 18 Jan 2001 05:23:54 +0000 Subject: Make the composer a standard library, not a libtool one. Nobody ever uses 2001-01-12 Miguel de Icaza * Makefile.am: Make the composer a standard library, not a libtool one. Nobody ever uses it as a shared library and it is not installed. svn path=/trunk/; revision=7612 --- composer/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'composer/Makefile.am') diff --git a/composer/Makefile.am b/composer/Makefile.am index 18466e045c..bd56284ac8 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -42,8 +42,7 @@ glade_messages = \ libcomposerincludedir = $(includedir)/composer -noinst_LTLIBRARIES = libcomposer.la -libcomposer_la_LDFLAGS = -static +noinst_LIBRARIES = libcomposer.a INCLUDES = \ -I$(top_srcdir) \ @@ -63,7 +62,7 @@ INCLUDES = \ -DE_GLADEDIR=\"$(gladedir)\" \ -DG_LOG_DOMAIN=\"composer\" -libcomposer_la_SOURCES = \ +libcomposer_a_SOURCES = \ $(IDL_GENERATED) \ $(HTML_EDITOR_GENERATED) \ e-msg-composer-attachment-bar.c \ -- cgit v1.2.3