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:
committed by
Peter Williams
parent
75f6646f13
commit
0372c03d38
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user