Merged silc_1_0_branch to trunk.
[silc.git] / lib / silccore / Makefile.am
1 #
2 #  Makefile.am
3 #
4 #  Author: Pekka Riikonen <priikone@poseidon.pspt.fi>
5 #
6 #  Copyright (C) 2000 - 2003 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 = libsilccore.la
21
22 libsilccore_la_SOURCES = \
23         silcid.c \
24         silcidcache.c \
25         silcmessage.c \
26         silcchannel.c \
27         silccommand.c \
28         silcpacket.c \
29         silcargument.c \
30         silcnotify.c \
31         silcauth.c \
32         silcattrs.c \
33         silcstatus.c
34
35 if SILC_DIST_TOOLKIT
36 include_HEADERS =       \
37         silcauth.h      \
38         silcchannel.h   \
39         silcmessage.h   \
40         silccommand.h   \
41         silcidcache.h   \
42         silcid.h        \
43         silcmode.h      \
44         silcnotify.h    \
45         silcpacket.h    \
46         silcargument.h  \
47         silcstatus.h    \
48         silcattrs.h
49 endif
50
51 EXTRA_DIST = *.h tests
52
53 include $(top_srcdir)/Makefile.defines.in