Added SILC Server library.
[silc.git] / lib / silcserver / Makefile.ad
1 #
2 #  Makefile.am
3 #
4 #  Author: Pekka Riikonen <priikone@silcnet.org>
5 #
6 #  Copyright (C) 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 noinst_LTLIBRARIES = libsilcserver.la
21
22 libsilcserver_la_SOURCES =              \
23         server.c                        \
24         server_entry.c                  \
25         server_send.c                   \
26         server_util.c                   \
27         server_params.c                 \
28         server_st_accept.c              \
29         server_st_command.c             \
30         server_st_command_reply.c       \
31         server_st_connect.c             \
32         server_st_packet.c              \
33         server_st_notify.c              \
34         server_st_query.c
35
36
37 #ifdef SILC_DIST_TOOLKIT
38 include_HEADERS=
39 #endif SILC_DIST_TOOLKIT
40
41 EXTRA_DIST = *.h $(SILC_EXTRA_DIST)
42
43 include $(top_srcdir)/Makefile.defines.in