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 -