From: Ludovic Courtès Date: Tue, 1 Mar 2011 22:35:25 +0000 (+0100) Subject: Add `udp-serv.h' to the distribution. X-Git-Tag: gnutls_2_99_0~161 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7a0137f7f1aa5fb9b5707b976c4e50ae63157e2;p=thirdparty%2Fgnutls.git Add `udp-serv.h' to the distribution. --- 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)