aboutsummaryrefslogtreecommitdiffstats
path: root/composer
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnu.org>2001-01-18 13:23:54 +0800
committerMiguel de Icaza <miguel@src.gnome.org>2001-01-18 13:23:54 +0800
commit6550161230f4e8d6b458f15036d85d004d894bb4 (patch)
tree55956db56c87813154abe73d0ae08ef088c5d453 /composer
parentc90d8e6799b27b7964db9f3d4874557db8d313ac (diff)
downloadgsoc2013-evolution-6550161230f4e8d6b458f15036d85d004d894bb4.tar
gsoc2013-evolution-6550161230f4e8d6b458f15036d85d004d894bb4.tar.gz
gsoc2013-evolution-6550161230f4e8d6b458f15036d85d004d894bb4.tar.bz2
gsoc2013-evolution-6550161230f4e8d6b458f15036d85d004d894bb4.tar.lz
gsoc2013-evolution-6550161230f4e8d6b458f15036d85d004d894bb4.tar.xz
gsoc2013-evolution-6550161230f4e8d6b458f15036d85d004d894bb4.tar.zst
gsoc2013-evolution-6550161230f4e8d6b458f15036d85d004d894bb4.zip
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
Diffstat (limited to 'composer')
-rw-r--r--composer/ChangeLog6
-rw-r--r--composer/Makefile.am5
2 files changed, 8 insertions, 3 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index b5c8492f3e..9f6bd3d726 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -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)
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 \