Make the composer a standard library, not a libtool one. Nobody ever uses

2001-01-12  Miguel de Icaza  <miguel@gnu.org>

	* 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
This commit is contained in:
Miguel de Icaza
2001-01-18 05:23:54 +00:00
committed by Miguel de Icaza
parent c90d8e6799
commit 6550161230
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2001-01-12 Miguel de Icaza <miguel@gnu.org>
* 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.
2001-01-17 Jason Leach <jasonleach@usa.net>
(Bug #1192: Set the Composer window title to something useful)

View File

@ -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 \