Merged silc_1_0_branch to trunk.
[silc.git] / apps / silcd / Makefile.am
1 #
2 #  Makefile.am
3 #
4 #  Author: Pekka Riikonen <priikone@silcnet.org>
5 #
6 #  Copyright (C) 2000 - 2005 Pekka Riikonen
7 #
8 #  This program is free software; you can redistribute it and/or modify
9 #  it under the terms of the GNU General Public License as published by
10 #  the Free Software Foundation; version 2 of the License.
11 #
12 #  This program is distributed in the hope that it will be useful,
13 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
14 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 #  GNU General Public License for more details.
16 #
17
18 AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign
19
20 sbin_PROGRAMS = silcd
21
22 silcd_SOURCES = \
23         protocol.c \
24         route.c \
25         packet_send.c \
26         packet_receive.c \
27         idlist.c \
28         command.c \
29         command_reply.c \
30         silcd.c \
31         server.c \
32         server_util.c \
33         server_backup.c \
34         serverconfig.c \
35         server_query.c \
36         serverid.c \
37         server_version.c
38
39 LIBS = $(SILC_COMMON_LIBS) -lsilc
40 LDADD =
41
42 EXTRA_DIST = *.h
43
44 include $(top_srcdir)/Makefile.defines.in