2933ba4ec7d9032f12893a55db443b74e4f524f1
[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         silcid.c \
25         silcidcache.c \
26         silcchannel.c \
27         silccommand.c \
28         silcpacket.c \
29         silcprotocol.c \
30         silcpayload.c \
31         silcnotify.c \
32         silcauth.c \
33         silcprivate.c
34
35 include_HEADERS =       \
36         silcauth.h      \
37         silcchannel.h   \
38         silccommand.h   \
39         silcidcache.h   \
40         silcid.h        \
41         silcmode.h      \
42         silcnotify.h    \
43         silcpacket.h    \
44         silcpayload.h   \
45         silcprivate.h   \
46         silcprotocol.h
47
48 EXTRA_DIST = *.h
49
50 include $(top_srcdir)/Makefile.defines.in