]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Need -lgnutls etc for certtool-cfg.c.
authorSimon Josefsson <simon@josefsson.org>
Fri, 6 Feb 2009 21:44:18 +0000 (22:44 +0100)
committerSimon Josefsson <simon@josefsson.org>
Fri, 6 Feb 2009 21:44:18 +0000 (22:44 +0100)
src/Makefile.am

index d022d5163d644e1db1e6b855499049d1aad19e9d..ee7391cd968822ad552fabc8043258607334b184 100644 (file)
@@ -1,5 +1,5 @@
 ## Process this file with automake to produce Makefile.in
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation
 #
 # This file is part of GNUTLS.
 #
@@ -95,6 +95,8 @@ libcmd_certtool_la_CFLAGS =
 libcmd_certtool_la_SOURCES = certtool.gaa certtool-gaa.h       \
        certtool-gaa.c certtool-cfg.h certtool-cfg.c
 libcmd_certtool_la_LIBADD = ../gl/libgnu.la @LTLIBREADLINE@
+libcmd_certtool_la_LIBADD += ../lib/libgnutls.la ../libextra/libgnutls-extra.la
+libcmd_certtool_la_LIBADD += ../gl/libgnu.la
 
 noinst_PROGRAMS = errcodes printlist
 errcodes_SOURCES = errcodes.c