Implemented the draft-riikonen-presence-attrs and Attribute
[silc.git] / lib / silccore / Makefile.am
1 #
2 #  Makefile.am
3 #
4 #  Author: Pekka Riikonen <priikone@poseidon.pspt.fi>
5 #
6 #  Copyright (C) 2000 - 2002 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_LIBRARIES = libsilccore.a
21
22 libsilccore_a_SOURCES = \
23         silcid.c \
24         silcidcache.c \
25         silcchannel.c \
26         silccommand.c \
27         silcpacket.c \
28         silcargument.c \
29         silcnotify.c \
30         silcauth.c \
31         silcattrs.c \
32         silcprivate.c
33
34 if SILC_DIST_TOOLKIT
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         silcargument.h  \
45         silcstatus.h    \
46         silcattrs.h     \
47         silcprivate.h
48 endif
49
50 EXTRA_DIST = *.h
51
52 include $(top_srcdir)/Makefile.defines.in