diff options
author | Matthew Loper <mloper@src.gnome.org> | 2000-02-21 05:42:28 +0800 |
---|---|---|
committer | Matthew Loper <mloper@src.gnome.org> | 2000-02-21 05:42:28 +0800 |
commit | 56fdb4bef4e454c22ac5e95b6f6c1b6d56ac1227 (patch) | |
tree | 80c2bea0a97fd154e6e91d02e08aef2b71bcf83b /libibex/Makefile.am | |
parent | 6d9c8329e4daf77c87069b5ef31d0dda9e98f3c1 (diff) | |
download | gsoc2013-evolution-56fdb4bef4e454c22ac5e95b6f6c1b6d56ac1227.tar gsoc2013-evolution-56fdb4bef4e454c22ac5e95b6f6c1b6d56ac1227.tar.gz gsoc2013-evolution-56fdb4bef4e454c22ac5e95b6f6c1b6d56ac1227.tar.bz2 gsoc2013-evolution-56fdb4bef4e454c22ac5e95b6f6c1b6d56ac1227.tar.lz gsoc2013-evolution-56fdb4bef4e454c22ac5e95b6f6c1b6d56ac1227.tar.xz gsoc2013-evolution-56fdb4bef4e454c22ac5e95b6f6c1b6d56ac1227.tar.zst gsoc2013-evolution-56fdb4bef4e454c22ac5e95b6f6c1b6d56ac1227.zip |
changed mkindex_LDADD to libibex.a instead of libibex.la.
* Makefile.am: changed mkindex_LDADD to libibex.a instead of
libibex.la.
svn path=/trunk/; revision=1870
Diffstat (limited to 'libibex/Makefile.am')
-rw-r--r-- | libibex/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libibex/Makefile.am b/libibex/Makefile.am index 2508d18acb..4ec18d1034 100644 --- a/libibex/Makefile.am +++ b/libibex/Makefile.am @@ -13,7 +13,7 @@ noinst_PROGRAMS = mkindex lookup mkindex_SOURCES = mkindex.c -mkindex_LDADD = libibex.la $(GLIB_LIBS) $(UNICODE_LIBS) +mkindex_LDADD = libibex.a $(GLIB_LIBS) $(UNICODE_LIBS) lookup_SOURCES = lookup.c |