Added SILC Thread Queue API
[crypto.git] / apps / silcer / src / Makefile.am
1 #
2 #  Makefile.am
3 #
4 #  Author: Pekka Riikonen <priikone@silcnet.org>
5 #
6 #  Copyright (C) 2001 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 silc_top_srcdir = ../../
20
21 bin_PROGRAMS = silcer
22 silcer_SOURCES = silcer.cc              \
23                 silcerapp.cc            \
24                 silcerbasewin.cc        \
25                 silcerchatview.cc       \
26                 xtext.c                 \
27                 gtkurl.c                \
28                 gtkspell.c              \
29                 SilcerMainDlg.cc
30
31 silcer_LDADD = @EXTRA_GNOME_LIBS@ -lxml \
32         -L$(silc_top_srcdir)/lib -lsilcclient -lsilc
33 silcer_LDFLAGS =
34
35 INCLUDES = @EXTRA_GNOME_CFLAGS@ -DENABLE_NLS \
36         -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
37         -DDATADIR=\"$(datadir)\" \
38         -I$(top_srcdir)/intl \
39         -I$(silc_top_srcdir)/lib/silccore \
40         -I$(silc_top_srcdir)/lib/silccrypt \
41         -I$(silc_top_srcdir)/lib/silcmath \
42         -I$(silc_top_srcdir)/lib/silcmath/mpi \
43         -I$(silc_top_srcdir)/lib/silcske \
44         -I$(silc_top_srcdir)/lib/silcsim \
45         -I$(silc_top_srcdir)/lib/silcutil \
46         -I$(silc_top_srcdir)/lib/silcsftp \
47         -I$(silc_top_srcdir)/lib/silcclient \
48         -I$(silc_top_srcdir)/lib/contrib \
49         -I$(silc_top_srcdir)/includes \
50         -I$(silc_top_srcdir)/doc
51
52 EXTRA_DIST =