Initial revision
[silc.git] / lib / silccore / 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 noinst_LIBRARIES = libsilccore.a
22
23 libsilccore_a_SOURCES = \
24         id.c \
25         idcache.c \
26         silcbuffer.c \
27         silcbuffmt.c \
28         silcbufutil.c \
29         silcchannel.c \
30         silccommand.c \
31         silcconfig.c \
32         silclog.c \
33         silcmemory.c \
34         silcnet.c \
35         silcpacket.c \
36         silcprotocol.c \
37         silcschedule.c \
38         silcsockconn.c \
39         silctask.c \
40         silcutil.c
41
42 EXTRA_DIST = *.h
43
44 INCLUDES = -I. -I.. -I../silccrypt -I../silcmath -I../silcske \
45         -I../silcsim -I../.. -I../../includes \
46         -I../silcmath/gmp-3.0.1