db653271e610f1b5458f1e37c2e874f135733aaf
[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         silcmessage.c           \
25         silcchannel.c           \
26         silccommand.c           \
27         silcpacket.c            \
28         silcargument.c          \
29         silcnotify.c            \
30         silcauth.c              \
31         silcattrs.c             \
32         silcstatus.c            \
33         silcpubkey.c
34
35 #ifdef SILC_DIST_TOOLKIT
36 include_HEADERS =       \
37         silcauth.h      \
38         silcchannel.h   \
39         silcmessage.h   \
40         silccommand.h   \
41         silcid.h        \
42         silcmode.h      \
43         silcnotify.h    \
44         silcpacket.h    \
45         silcargument.h  \
46         silcstatus.h    \
47         silcattrs.h     \
48         silcpubkey.h
49
50 SILC_EXTRA_DIST = tests
51 #endif SILC_DIST_TOOLKIT
52
53 EXTRA_DIST = *.h $(SILC_EXTRA_DIST)
54
55 include $(top_srcdir)/Makefile.defines.in