aboutsummaryrefslogtreecommitdiff
path: root/dico
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2014-10-06 16:36:08 +0300
committerSergey Poznyakoff <gray@gnu.org>2016-07-31 22:38:19 +0300
commit6ba6dc94af4cd3ec3d6d7198024783690ccc3dff (patch)
tree11ac98550875da4e924377bcc8a9df38f305c68a /dico
parentb4701cf0fa810966272397d1ae3609de9fc06b52 (diff)
downloaddico-6ba6dc94af4cd3ec3d6d7198024783690ccc3dff.tar.gz
dico-6ba6dc94af4cd3ec3d6d7198024783690ccc3dff.tar.bz2
Add libgnu as a submodule
* gnulib: New module. * .gitignore: Update. * bootstrap: Rewrite from scratch. * gnulib.modules: Remove deprecated modules. * bootstrap.conf: Rename to gnulibinit.conf * modules/.gitignore: New file. * dico/Makefile.am: Link to libgnu.la, instead of libgnu.a * dicod/Makefile.am: Likewise. * dicod/tests/Makefile.am: Likewise. * makedict/Makefile.am: Likewise. * modules/gcide/Makefile.am: Likewise. * stub.ac: Minor change.
Diffstat (limited to 'dico')
-rw-r--r--dico/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/dico/Makefile.am b/dico/Makefile.am
index 6982b3b..6dffd99 100644
--- a/dico/Makefile.am
+++ b/dico/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of GNU Dico
-# Copyright (C) 1998-2000, 2008, 2010, 2012 Sergey Poznyakoff
+# Copyright (C) 1998-2000, 2008, 2010, 2012, 2014 Sergey Poznyakoff
#
# GNU Dico is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -29,7 +29,7 @@ dico_SOURCES = \
LDADD=\
../lib/libxdico.a\
- ../gnu/libgnu.a\
+ ../gnu/libgnu.la\
../lib/libextra.a\
../lib/libdico.la\
$(READLINE_LIBS)\

Return to:

Send suggestions and report system problems to the System administrator.