summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2004-08-14 23:31:04 +0000
committerSimon Josefsson <simon@josefsson.org>2004-08-14 23:31:04 +0000
commit3bb63eb2d09319dd9178344149c185d3874d6184 (patch)
treee83e7d34fb6e7aa7ade9362b6a5a61d505aa334f
parent9a773f283e8ed46229394e847cced562103c39ca (diff)
downloadgnutls-3bb63eb2d09319dd9178344149c185d3874d6184.tar.gz
Link gnulib.
-rw-r--r--src/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 20e55b361b..ee72194828 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -25,13 +25,14 @@ errcodes_LDADD = ../lib/libgnutls.la $(LIBGCRYPT_LIBS) $(LIBTASN1_LIBS)
if HAVE_LIBCFG
certtool_SOURCES = certtool-gaa.c certtool.c prime.c getpass.c certtool-cfg.c
-certtool_LDADD = ../lib/libgnutls.la $(LIBGCRYPT_LIBS) $(LIBTASN1_LIBS) -lcfg+
+certtool_LDADD = ../lib/libgnutls.la $(LIBGCRYPT_LIBS) $(LIBTASN1_LIBS) -lcfg+ \
+ ../gl/libgnu.la
else
certtool_SOURCES = certtool-gaa.c certtool.c prime.c getpass.c certtool-cfg.c \
cfg/cfg+.c cfg/cfgfile.c cfg/cmdline.c cfg/parse.c cfg/props.c \
cfg/shared.c cfg/platon/str/dynfgets.c cfg/platon/str/strctype.c \
cfg/platon/str/strdyn.c cfg/platon/str/strplus.c
-certtool_LDADD = ../lib/libgnutls.la $(LIBGCRYPT_LIBS)
+certtool_LDADD = ../lib/libgnutls.la $(LIBGCRYPT_LIBS) ../gl/libgnu.la
endif