aboutsummaryrefslogtreecommitdiffstats
path: root/composer/Makefile.am
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-04-24 01:12:18 +0800
committerDan Winship <danw@src.gnome.org>2000-04-24 01:12:18 +0800
commitb33db409a60f49c61d035f7d3cc2e1232ec8a186 (patch)
tree56752e4afe9dd36674dd4f08eaddc3faed4de62b /composer/Makefile.am
parent5fcb83b5fb1294a781e3f7139200aa3486650db4 (diff)
downloadgsoc2013-evolution-b33db409a60f49c61d035f7d3cc2e1232ec8a186.tar
gsoc2013-evolution-b33db409a60f49c61d035f7d3cc2e1232ec8a186.tar.gz
gsoc2013-evolution-b33db409a60f49c61d035f7d3cc2e1232ec8a186.tar.bz2
gsoc2013-evolution-b33db409a60f49c61d035f7d3cc2e1232ec8a186.tar.lz
gsoc2013-evolution-b33db409a60f49c61d035f7d3cc2e1232ec8a186.tar.xz
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.am3
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) \