1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
# Automatically generated by Autodist 1.4 from Makefile.ad. Do not edit.
# To make changes edit the ./Makefile.ad file in the source tree.
# Source: ./Makefile.ad
# Generated: Thu Mar 20 08:39:30 EET 2008 by priikone
# Distribution: Toolkit
# License: distdir/TOOLKIT
#
# Makefile.ad
#
# Author: Pekka Riikonen <priikone@silcnet.org>
#
# Copyright (C) 2000 - 2005 Pekka Riikonen
#
# The contents of this file are subject to one of the Licenses specified
# in the COPYING file; You may not use this file except in compliance
# with the License.
#
# The software distributed under the License is distributed on an "AS IS"
# basis, in the hope that it will be useful, but WITHOUT WARRANTY OF ANY
# KIND, either expressed or implied. See the COPYING file for more
# information.
#
AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign
SUBDIRS = @LIBSUBDIR@ apps win32 includes doc
EXTRA_DIST = silcdefs.h.in silc-toolkit.spec symbian libtoolfix CHANGES CREDITS
include $(top_srcdir)/Makefile.defines.in
|