030e47820a7eb590ab95054a70cd332bd34b1756
[silc.git] / lib / silchttp / Makefile.ad
1 #
2 #  Makefile.ad
3 #
4 #  Author: Pekka Riikonen <priikone@silcnet.org>
5 #
6 #  Copyright (C) 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; 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 = libsilchttp.la
21
22 libsilchttp_la_SOURCES =        \
23         silchttpserver.c        \
24         silchttpphp.c
25
26 #ifdef SILC_DIST_TOOLKIT
27 include_HEADERS =               \
28         silchttpserver.h        \
29         silchttpphp.h
30
31 SILC_EXTRA_DIST = tests
32 #endif SILC_DIST_TOOLKIT
33
34 EXTRA_DIST = *.h $(SILC_EXTRA_DIST)
35
36 include $(top_srcdir)/Makefile.defines.in