blob: 026e6697ce65615e3a8c713c32eb66cf5bfb8ede (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
AUTOMAKE_OPTIONS = foreign 1.5
include admin/deps.am
include admin/Doxyfile.am
############################################################################
# #
# KNetLoad is copyright (c) 1999-2000, Markus Gustavsson #
# (c) 2002, Ben Burton #
# #
# This program is free software; you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
# the Free Software Foundation; either version 2 of the License, or #
# (at your option) any later version. #
# #
############################################################################
EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README TODO
SUBDIRS=$(TOPSUBDIRS)
|