From 0372c03d3894deecb6e276e12401d8d2fd9a5e1c Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Fri, 1 Jun 2001 16:55:57 +0000 Subject: Add GAL_LIBS here too. (testindex_LDADD): And here. 2001-06-01 Peter Williams * Makefile.am (dumpindex_LDADD): Add GAL_LIBS here too. (testindex_LDADD): And here. svn path=/trunk/; revision=10080 --- libibex/ChangeLog | 5 +++++ libibex/Makefile.am | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'libibex') diff --git a/libibex/ChangeLog b/libibex/ChangeLog index be70a14906..ca122c3298 100644 --- a/libibex/ChangeLog +++ b/libibex/ChangeLog @@ -1,3 +1,8 @@ +2001-06-01 Peter Williams + + * Makefile.am (dumpindex_LDADD): Add GAL_LIBS here too. + (testindex_LDADD): And here. + 2001-04-25 Dan Winship * Makefile.am (libibex_la_LIBADD): Add GAL_LIBS for gunicode stuff diff --git a/libibex/Makefile.am b/libibex/Makefile.am index e0d9728a56..88c4d13f06 100644 --- a/libibex/Makefile.am +++ b/libibex/Makefile.am @@ -28,7 +28,7 @@ INCLUDES = \ noinst_PROGRAMS = dumpindex testindex dumpindex_SOURCES = dumpindex.c -dumpindex_LDADD = libibex.la $(THREADS_LIBS) +dumpindex_LDADD = libibex.la $(GAL_LIBS) $(THREADS_LIBS) testindex_SOURCES = testindex.c -testindex_LDADD = libibex.la $(THREADS_LIBS) -lm +testindex_LDADD = libibex.la $(GAL_LIBS) $(THREADS_LIBS) -lm -- cgit v1.2.3