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/ename/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'addressbook/ename') diff --git a/addressbook/ename/Makefile.am b/addressbook/ename/Makefile.am index e30796574a..25a67a929c 100644 --- a/addressbook/ename/Makefile.am +++ b/addressbook/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 -- cgit v1.2.3