aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
diff options
context:
space:
mode:
authorSeth Alves <alves@src.gnome.org>2000-07-26 03:20:32 +0800
committerSeth Alves <alves@src.gnome.org>2000-07-26 03:20:32 +0800
commitbe392a44144c4c4a1083d04c6ad948d4d63eb28e (patch)
treea8bdbd0b41851da4b9844f00ecb53dbcf15a0345 /e-util
parent43ef719142fe37dc8aa8c9ae32d8f44002036aaf (diff)
downloadgsoc2013-evolution-be392a44144c4c4a1083d04c6ad948d4d63eb28e.tar
gsoc2013-evolution-be392a44144c4c4a1083d04c6ad948d4d63eb28e.tar.gz
gsoc2013-evolution-be392a44144c4c4a1083d04c6ad948d4d63eb28e.tar.bz2
gsoc2013-evolution-be392a44144c4c4a1083d04c6ad948d4d63eb28e.tar.lz
gsoc2013-evolution-be392a44144c4c4a1083d04c6ad948d4d63eb28e.tar.xz
gsoc2013-evolution-be392a44144c4c4a1083d04c6ad948d4d63eb28e.tar.zst
gsoc2013-evolution-be392a44144c4c4a1083d04c6ad948d4d63eb28e.zip
build static versions of some util libraries for the conduit to link with
svn path=/trunk/; revision=4320
Diffstat (limited to 'e-util')
-rw-r--r--e-util/ChangeLog5
-rw-r--r--e-util/Makefile.am4
-rw-r--r--e-util/ename/Makefile.am5
3 files changed, 14 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index e4e5a7a741..7b5b40cb84 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,8 @@
+2000-07-25 Seth Alves <alves@hungry.com>
+
+ * Makefile.am (libeutil_static_la_LDFLAGS): build static version
+ of library for conduit to use
+
2000-07-25 Christopher James Lahey <clahey@helixcode.com>
* e-util.c, e-util.h: Added a bunch of e_marshal functions.
diff --git a/e-util/Makefile.am b/e-util/Makefile.am
index 43998022b4..db1c3340d6 100644
--- a/e-util/Makefile.am
+++ b/e-util/Makefile.am
@@ -41,3 +41,7 @@ libeutil_la_SOURCES = \
e-util.h \
e-xml-utils.c \
e-xml-utils.h
+
+noinst_LTLIBRARIES = libeutil-static.la
+libeutil_static_la_SOURCES = $(libeutil_la_SOURCES)
+libeutil_static_la_LDFLAGS = --all-static
diff --git a/e-util/ename/Makefile.am b/e-util/ename/Makefile.am
index e30796574a..25a67a929c 100644
--- a/e-util/ename/Makefile.am
+++ b/e-util/ename/Makefile.am
@@ -30,6 +30,11 @@ libenameinclude_HEADERS = \
e-name-western.h
+noinst_LTLIBRARIES = libename-static.la
+libename_static_la_SOURCES = $(libename_la_SOURCES)
+libename_static_la_LDFLAGS = --all-static
+
+
noinst_PROGRAMS = \
test-ename-western \
test-ename-western-gtk