From 3b3a08b1de601f1ec9fd0d8f210b0ec49bfba1a1 Mon Sep 17 00:00:00 2001 From: NotZed Date: Mon, 21 Feb 2000 23:28:19 +0000 Subject: change noinst_LIBRARIES to noinst_LTLIBRARIES, and supply -static to 2000-02-21 NotZed * Makefile.am: change noinst_LIBRARIES to noinst_LTLIBRARIES, and supply -static to LDFLAGS. Duh, and changed LDADD back to libibex.la. svn path=/trunk/; revision=1892 --- libibex/ChangeLog | 5 +++++ libibex/Makefile.am | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/libibex/ChangeLog b/libibex/ChangeLog index b3872e9b38..741aa18ff6 100644 --- a/libibex/ChangeLog +++ b/libibex/ChangeLog @@ -1,3 +1,8 @@ +2000-02-21 NotZed + + * Makefile.am: change noinst_LIBRARIES to noinst_LTLIBRARIES, and supply -static to + LDFLAGS. Duh, and changed LDADD back to libibex.la. + 2000-02-20 Matt Loper * Makefile.am: changed mkindex_LDADD to libibex.a instead of diff --git a/libibex/Makefile.am b/libibex/Makefile.am index 4ec18d1034..a8949d1c40 100644 --- a/libibex/Makefile.am +++ b/libibex/Makefile.am @@ -1,8 +1,9 @@ ## Process this file with automake to produce Makefile.in -noinst_LIBRARIES = libibex.a +noinst_LTLIBRARIES = libibex.la -libibex_a_SOURCES = file.c index.c find.c words.c ibex.h +libibex_la_SOURCES = file.c index.c find.c words.c ibex.h +libibex_la_LDFLAGS = -static noinst_HEADERS = ibex_internal.h @@ -12,9 +13,8 @@ INCLUDES = -I$(srcdir) $(GLIB_CFLAGS) $(UNICODE_CFLAGS) noinst_PROGRAMS = mkindex lookup mkindex_SOURCES = mkindex.c - -mkindex_LDADD = libibex.a $(GLIB_LIBS) $(UNICODE_LIBS) +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