From 9124eeff4c359c9188a296194bb5ac5e9b492a38 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Sat, 19 Feb 2000 02:04:56 +0000 Subject: For now. make a libibex.a library so we can link it with the camel 2000-02-18 Miguel de Icaza * Makefile.am (lookup_LDADD): For now. make a libibex.a library so we can link it with the camel provider. I hate libtool svn path=/trunk/; revision=1852 --- libibex/ChangeLog | 5 +++++ libibex/Makefile.am | 8 +++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/libibex/ChangeLog b/libibex/ChangeLog index c527f6ec4b..4246d9b9d4 100644 --- a/libibex/ChangeLog +++ b/libibex/ChangeLog @@ -1,3 +1,8 @@ +2000-02-18 Miguel de Icaza + + * Makefile.am (lookup_LDADD): For now. make a libibex.a library so + we can link it with the camel provider. I hate libtool + 2000-02-16 Dan Winship * Makefile.am: automakify diff --git a/libibex/Makefile.am b/libibex/Makefile.am index 6bbd72034f..2508d18acb 100644 --- a/libibex/Makefile.am +++ b/libibex/Makefile.am @@ -1,10 +1,8 @@ ## Process this file with automake to produce Makefile.in -lib_LTLIBRARIES = libibex.la +noinst_LIBRARIES = libibex.a -libibex_la_SOURCES = file.c index.c find.c words.c - -include_HEADERS = ibex.h +libibex_a_SOURCES = file.c index.c find.c words.c ibex.h noinst_HEADERS = ibex_internal.h @@ -19,4 +17,4 @@ mkindex_LDADD = libibex.la $(GLIB_LIBS) $(UNICODE_LIBS) lookup_SOURCES = lookup.c -lookup_LDADD = libibex.la $(GLIB_LIBS) $(UNICODE_LIBS) +lookup_LDADD = libibex.a $(GLIB_LIBS) $(UNICODE_LIBS) -- cgit v1.2.3