New SILC PKCS API, enabling support for other public keys/certs.
[silc.git] / lib / silccore / Makefile.ad
1 #
2 #  Makefile.ad
3 #
4 #  Author: Pekka Riikonen <priikone@silcnet.org>
5 #
6 #  Copyright (C) 2000 - 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 = 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         silcpubkey.c
35
36 #ifdef SILC_DIST_TOOLKIT
37 include_HEADERS =       \
38         silcauth.h      \
39         silcchannel.h   \
40         silcmessage.h   \
41         silccommand.h   \
42         silcidcache.h   \
43         silcid.h        \
44         silcmode.h      \
45         silcnotify.h    \
46         silcpacket.h    \
47         silcargument.h  \
48         silcstatus.h    \
49         silcattrs.h     \
50         silcpubkey.h
51
52 SILC_EXTRA_DIST = tests
53 #endif SILC_DIST_TOOLKIT
54
55 EXTRA_DIST = *.h $(SILC_EXTRA_DIST)
56
57 include $(top_srcdir)/Makefile.defines.in