diff options
Diffstat (limited to 'Makefile.am.in')
-rw-r--r-- | Makefile.am.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Makefile.am.in b/Makefile.am.in new file mode 100644 index 0000000..b201c18 --- /dev/null +++ b/Makefile.am.in @@ -0,0 +1,20 @@ +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 + |