diff options
author | Peter Williams <peterw@ximian.com> | 2001-06-02 00:55:57 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2001-06-02 00:55:57 +0800 |
commit | 0372c03d3894deecb6e276e12401d8d2fd9a5e1c (patch) | |
tree | db415d83182f5b4c8a531d298225bd8c49185f69 | |
parent | 75f6646f13b8ba8f649a2ffd447cc5442d5e93ff (diff) | |
download | gsoc2013-evolution-0372c03d3894deecb6e276e12401d8d2fd9a5e1c.tar gsoc2013-evolution-0372c03d3894deecb6e276e12401d8d2fd9a5e1c.tar.gz gsoc2013-evolution-0372c03d3894deecb6e276e12401d8d2fd9a5e1c.tar.bz2 gsoc2013-evolution-0372c03d3894deecb6e276e12401d8d2fd9a5e1c.tar.lz gsoc2013-evolution-0372c03d3894deecb6e276e12401d8d2fd9a5e1c.tar.xz gsoc2013-evolution-0372c03d3894deecb6e276e12401d8d2fd9a5e1c.tar.zst gsoc2013-evolution-0372c03d3894deecb6e276e12401d8d2fd9a5e1c.zip |
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
-rw-r--r-- | libibex/ChangeLog | 5 | ||||
-rw-r--r-- | libibex/Makefile.am | 4 |
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 |