Add GAL_LIBS here too. (testindex_LDADD): And here.

2001-06-01  Peter Williams  <peterw@ximian.com>

	* Makefile.am (dumpindex_LDADD): Add GAL_LIBS here too.
	(testindex_LDADD): And here.

svn path=/trunk/; revision=10080
This commit is contained in:
Peter Williams
2001-06-01 16:55:57 +00:00
committed by Peter Williams
parent 75f6646f13
commit 0372c03d38
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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