diff options
author | Ludovic Courtès <ludo@gnu.org> | 2011-03-01 23:35:25 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2011-03-01 23:35:25 +0100 |
commit | f7a0137f7f1aa5fb9b5707b976c4e50ae63157e2 (patch) | |
tree | e1a336d45e3ce5c5088c73fffcf077f9ebc1e032 /src | |
parent | 1cb61db70c837ebad6540bf83d23fe5d61fed992 (diff) | |
download | gnutls-f7a0137f7f1aa5fb9b5707b976c4e50ae63157e2.tar.gz |
Add `udp-serv.h' to the distribution.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 622ee8c2ed..9460985dd0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -# 2009, 2010 Free Software Foundation, Inc. +# 2009, 2010, 2011 Free Software Foundation, Inc. # # This file is part of GnuTLS. # @@ -40,7 +40,11 @@ endif noinst_LTLIBRARIES = -gnutls_serv_SOURCES = list.h serv.c udp-serv.c common.h common.c certtool-common.h +gnutls_serv_SOURCES = \ + list.h serv.c \ + udp-serv.c udp-serv.h \ + common.h common.c \ + certtool-common.h gnutls_serv_LDADD = ../lib/libgnutls.la ../libextra/libgnutls-extra.la gnutls_serv_LDADD += libcmd-serv.la ../gl/libgnu.la gnutls_serv_LDADD += $(LTLIBGCRYPT) $(LIBSOCKET) $(GETADDRINFO_LIB) |