diff options
author | Dan Winship <danw@src.gnome.org> | 2000-04-24 01:12:18 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-04-24 01:12:18 +0800 |
commit | b33db409a60f49c61d035f7d3cc2e1232ec8a186 (patch) | |
tree | 56752e4afe9dd36674dd4f08eaddc3faed4de62b /composer/Makefile.am | |
parent | 5fcb83b5fb1294a781e3f7139200aa3486650db4 (diff) | |
download | gsoc2013-evolution-b33db409a60f49c61d035f7d3cc2e1232ec8a186.tar.gz gsoc2013-evolution-b33db409a60f49c61d035f7d3cc2e1232ec8a186.tar.zst gsoc2013-evolution-b33db409a60f49c61d035f7d3cc2e1232ec8a186.zip |
build libcomposer static and don't install it.
* Makefile.am: build libcomposer static and don't install it.
* e-msg-composer-attachment-bar.c (attach_to_multipart): This was
only half-implemented. Finish it, mostly.
svn path=/trunk/; revision=2561
Diffstat (limited to 'composer/Makefile.am')
-rw-r--r-- | composer/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer/Makefile.am b/composer/Makefile.am index 034b9ea1b2..b292516bc5 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -6,7 +6,8 @@ glade_DATA = \ libcomposerincludedir = $(includedir)/composer -lib_LTLIBRARIES = libcomposer.la +noinst_LTLIBRARIES = libcomposer.la +libcomposer_la_LDFLAGS = -static INCLUDES = \ -I$(top_srcdir) \ |