aboutsummaryrefslogtreecommitdiffstats
path: root/libwombat
diff options
context:
space:
mode:
authorPeter Williams <peterw@ximian.com>2001-06-27 06:32:38 +0800
committerPeter Williams <peterw@src.gnome.org>2001-06-27 06:32:38 +0800
commit7f184616bdff730ee67d4f6dde5b982251be16a9 (patch)
tree96e71332178cae3977b43c4a8901fa995f325eef /libwombat
parente13e11965b4d62751bf6d50f5fc65c645e6f1e2b (diff)
downloadgsoc2013-evolution-7f184616bdff730ee67d4f6dde5b982251be16a9.tar
gsoc2013-evolution-7f184616bdff730ee67d4f6dde5b982251be16a9.tar.gz
gsoc2013-evolution-7f184616bdff730ee67d4f6dde5b982251be16a9.tar.bz2
gsoc2013-evolution-7f184616bdff730ee67d4f6dde5b982251be16a9.tar.lz
gsoc2013-evolution-7f184616bdff730ee67d4f6dde5b982251be16a9.tar.xz
gsoc2013-evolution-7f184616bdff730ee67d4f6dde5b982251be16a9.tar.zst
gsoc2013-evolution-7f184616bdff730ee67d4f6dde5b982251be16a9.zip
libwombat:
2001-06-25 Peter Williams <peterw@ximian.com> * Makefile.am (libwombat_static_la_SOURCES): Create a static libwombat for the conduits. calendar: 2001-06-25 Peter Williams <peterw@ximian.com> * conduits/calendar/Makefile.am (INCLUDES): Fixes for srcdir != builddir. Link to the static libwombat. * conduits/todo/Makefile.am (INCLUDES): Here too. addressbook: 2001-06-25 Peter Williams <peterw@ximian.com> * conduit/Makefile.am (INCLUDES): Fix for srcdir != builddir. svn path=/trunk/; revision=10511
Diffstat (limited to 'libwombat')
-rw-r--r--libwombat/ChangeLog5
-rw-r--r--libwombat/Makefile.am7
2 files changed, 12 insertions, 0 deletions
diff --git a/libwombat/ChangeLog b/libwombat/ChangeLog
index e57a63dc8e..ee061f99e0 100644
--- a/libwombat/ChangeLog
+++ b/libwombat/ChangeLog
@@ -1,3 +1,8 @@
+2001-06-25 <peterw@ximian.com>
+
+ * Makefile.am (libwombat_static_la_SOURCES): Create a static
+ libwombat for the conduits.
+
2001-06-23 Jason Leach <jleach@ximian.com>
* Makefile.am: builddir != srcdir fixes.
diff --git a/libwombat/Makefile.am b/libwombat/Makefile.am
index 7219569145..9fa5bd9c70 100644
--- a/libwombat/Makefile.am
+++ b/libwombat/Makefile.am
@@ -28,3 +28,10 @@ libwombat_la_SOURCES = \
$(IDL_GENERATED) \
wombat-client.c \
$(wombatinclude_HEADERS)
+
+# Static lib for pilot conduits
+
+noinst_LTLIBRARIES = libwombat-static.la
+
+libwombat_static_la_SOURCES = $(libwombat_la_SOURCES)
+libwombat_static_la_LDFLAGS = --all-static