summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-08-14 16:12:04 +0000
committerSimon Josefsson <simon@josefsson.org>2006-08-14 16:12:04 +0000
commit487d4f28b4460c9d01e9c92504c5061e56a3fba3 (patch)
tree4dbd7221a5a39296cc4f85a2d5713ca1a2930303 /src
parent26c35b9784fa89d55624816c3c39cbf80f9e7fd0 (diff)
downloadgnutls-487d4f28b4460c9d01e9c92504c5061e56a3fba3.tar.gz
Need select.c in cli.c and serv.c.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 4a02eb17a5..3eaa2e8684 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -30,7 +30,7 @@ bin_PROGRAMS += srptool
endif
gnutls_serv_SOURCES = serv.gaa serv-gaa.h serv-gaa.c list.h serv.c \
- common.h common.c
+ common.h common.c select.c
gnutls_serv_LDADD = ../lib/libgnutls.la ../libextra/libgnutls-extra.la \
$(LIBGCRYPT_LIBS) $(LIBTASN1_LIBS) $(LIBOPENCDK_LIBS)
@@ -47,7 +47,7 @@ psktool_LDADD = ../lib/libgnutls.la ../libextra/libgnutls-extra.la \
../gl/libgnu.la
gnutls_cli_SOURCES = cli.gaa cli-gaa.h cli-gaa.c cli.c common.h \
- common.c
+ common.c select.c
gnutls_cli_LDADD = ../lib/libgnutls.la ../libextra/libgnutls-extra.la \
$(LIBGCRYPT_LIBS) $(LIBTASN1_LIBS) $(LIBOPENCDK_LIBS)