025895198baa436594bc141039be75045ece5109
[silc.git] / apps / silcd / Makefile.am
1 #
2 #  Makefile.am
3 #
4 #  Author: Pekka Riikonen <priikone@poseidon.pspt.fi>
5 #
6 #  Copyright (C) 2000 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; either version 2 of the License, or
11 #  (at your option) any later version.
12 #
13 #  This program is distributed in the hope that it will be useful,
14 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
15 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 #  GNU General Public License for more details.
17 #
18
19 AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign
20
21 sbin_PROGRAMS = silcd
22
23 silcd_SOURCES = \
24         protocol.c \
25         route.c \
26         server.c \
27         packet_send.c \
28         packet_receive.c \
29         idlist.c \
30         command.c \
31         command_reply.c \
32         serverconfig.c \
33         serverid.c \
34         silcd.c \
35         server_version.c
36 silcd_DEPENDENCIES = ../lib/libsilc.a
37
38 LIBS = $(SILC_COMMON_LIBS)
39 LDADD =
40
41 EXTRA_DIST = *.h
42
43 include $(top_srcdir)/Makefile.defines.in