From be392a44144c4c4a1083d04c6ad948d4d63eb28e Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Tue, 25 Jul 2000 19:20:32 +0000 Subject: build static versions of some util libraries for the conduit to link with svn path=/trunk/; revision=4320 --- addressbook/backend/ebook/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'addressbook/backend/ebook/Makefile.am') diff --git a/addressbook/backend/ebook/Makefile.am b/addressbook/backend/ebook/Makefile.am index c28b911271..ed05a02fcd 100644 --- a/addressbook/backend/ebook/Makefile.am +++ b/addressbook/backend/ebook/Makefile.am @@ -50,6 +50,15 @@ libebookinclude_HEADERS = \ e-card-types.h \ e-card.h + +# +# make a static library for use by addressbook's conduit's shared library +# +noinst_LTLIBRARIES = libebook-static.la +libebook_static_la_SOURCES = $(libebook_la_SOURCES) +libebook_static_la_LDFLAGS = --all-static + + test_client_SOURCES = \ test-client.c -- cgit v1.2.3