aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libibex/ChangeLog5
-rw-r--r--libibex/Makefile.am4
2 files changed, 7 insertions, 2 deletions
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 <peterw@ximian.com>
+
+ * Makefile.am (dumpindex_LDADD): Add GAL_LIBS here too.
+ (testindex_LDADD): And here.
+
2001-04-25 Dan Winship <danw@ximian.com>
* 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