From a055299141db79eeaf580b003201acc0b7e5f056 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Tue, 17 Jul 2007 00:57:32 +0000 Subject: [PATCH] remove autotools stuff that obviously arent happening in 0.5.x trunk --- Makefile.am | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 Makefile.am diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index 004eff02a..000000000 --- a/Makefile.am +++ /dev/null @@ -1,18 +0,0 @@ -SUBDIRS = src -dist_doc_DATA = README README.Packagers - -CLEANFILES = - -bin_SCRIPTS = deluge -CLEANFILES += deluge - -EXTRA_DIST = - -deluge: deluge.in - sed -e s!\@PYTHON\@!@PYTHON@! \ - -e s!\@PYOPTIONS\@!-OOt! \ - -e s!\@VERSION\@!${VERSION}! \ - < $< > $@ - -EXTRA_DIST += deluge.in -