From dba97e292b3ec919d02a771331cc137708bdef86 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 17 Feb 2010 01:12:21 +0000 Subject: Added KDE3 version of knetload git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/knetload@1091561 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- Makefile.am | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..026e669 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,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) -- cgit v1.2.1