Added SILC Thread Queue API
[silc.git] / lib / silcutil / win32 / Makefile.am
1 #
2 #  Makefile.am
3 #
4 #  Author: Pekka Riikonen <priikone@silcnet.org>
5 #
6 #  Copyright (C) 2001 - 2006 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 = libsilcwin32util.la
22
23 libsilcwin32util_la_SOURCES =   \
24         silcwin32net.c          \
25         silcwin32schedule.c     \
26         silcwin32socketstream.c \
27         silcwin32util.c         \
28         silcwin32thread.c
29
30 include $(top_srcdir)/Makefile.defines.in