aboutsummaryrefslogtreecommitdiffstats
path: root/libibex/Makefile.am
diff options
context:
space:
mode:
authorPeter Williams <peterw@ximian.com>2001-06-02 00:55:57 +0800
committerPeter Williams <peterw@src.gnome.org>2001-06-02 00:55:57 +0800
commit0372c03d3894deecb6e276e12401d8d2fd9a5e1c (patch)
treedb415d83182f5b4c8a531d298225bd8c49185f69 /libibex/Makefile.am
parent75f6646f13b8ba8f649a2ffd447cc5442d5e93ff (diff)
downloadgsoc2013-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
Diffstat (limited to 'libibex/Makefile.am')
-rw-r--r--libibex/Makefile.am4
1 files changed, 2 insertions, 2 deletions
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