summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-11-03 07:45:02 +0100
committerSimon Josefsson <simon@josefsson.org>2009-11-03 07:45:02 +0100
commitd2c494ec61ef25d704e14b3c8ca62e4869c085be (patch)
tree23b7a83c91374892c443374dad7af2e28e26ed19 /src/Makefile.am
parentee594d6c64f09259d6e80568de4f533c08bc93aa (diff)
downloadgnutls-d2c494ec61ef25d704e14b3c8ca62e4869c085be.tar.gz
Use INET_NTOP_LIB and INET_PTON_LIB.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 6fdd3b6a26..77379db708 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -94,7 +94,7 @@ 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
+libcmd_certtool_la_LIBADD += ../gl/libgnu.la $(INET_PTON_LIB)
psk-gaa.c: $(srcdir)/psk.gaa
-$(GAA) $< -o psk-gaa.c -i psk-gaa.h