test4.
[silc.git] / lib / silcclient / 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_LTLIBRARIES = libsilcclient.la
22
23 libsilcclient_la_SOURCES = \
24         client.c \
25         client_keyagr.c \
26         client_notify.c \
27         client_prvmsg.c \
28         client_channel.c \
29         client_ftp.c    \
30         client_resume.c \
31         client_attrs.c  \
32         command.c \
33         command_reply.c \
34         idlist.c \
35         protocol.c
36
37 if SILC_DIST_TOOLKIT
38 include_HEADERS=        \
39         client.h        \
40         command.h       \
41         command_reply.h \
42         idlist.h        \
43         protocol.h      \
44         silcclient.h
45 endif
46
47 EXTRA_DIST = *.h client_ops_example.c
48
49 include $(top_srcdir)/Makefile.defines.in