Mac OS X >= 10.7 support
[runtime.git] / Makefile.ad
1 #
2 #  Makefile.ad
3 #
4 #  Author: Pekka Riikonen <priikone@silcnet.org>
5 #
6 #  Copyright (C) 2000 - 2008 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 SUBDIRS =               \
21         @LIBSUBDIR@     \
22         apps            \
23         win32           \
24         includes        \
25         doc
26
27 EXTRA_DIST =            \
28         srt.m4          \
29         srt.spec        \
30         silcdefs.h.in   \
31         symbian         \
32         CREDITS
33
34 aclocaldir = $(datadir)/aclocal
35 aclocal_DATA = srt.m4
36
37 include $(top_srcdir)/Makefile.defines.in