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/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libibex/Makefile.am') 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