Importet from internal CVS/Added Log headers.
[silc.git] / apps / silc / 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 bin_PROGRAMS = silc
22
23 silc_SOURCES = \
24         silc.c \
25         client.c \
26         command.c \
27         command_reply.c \
28         clientconfig.c \
29         clientutil.c \
30         protocol.c \
31         screen.c
32
33 LDADD = -L. -L.. -L../lib -lsilc -lcurses
34
35 EXTRA_DIST = *.h
36
37 INCLUDES = -I. -I.. -I../lib/silccore -I../lib/silccrypt \
38         -I../lib/silcmath -I../lib/silcske -I../lib/silcsim \
39         -I../includes \
40         -I../lib/silcmath/gmp-3.0.1