Skip to content

Commit

Permalink
Finish removal of fancy/trickle download managers
Browse files Browse the repository at this point in the history
  • Loading branch information
philipianpearce committed Jan 16, 2018
1 parent 3f0b8eb commit ca543af
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 88 deletions.
10 changes: 2 additions & 8 deletions configs/downloadmanagers/Makefile.am
@@ -1,21 +1,15 @@
DISTCLEANFILES = Makefile.in \
default.conf fancy.conf trickle.conf
default.conf

DGDATADIR = $(DGCONFDIR)/downloadmanagers

SUBDIRS = .

FLISTS = default.conf

if ENABLE_FANCYDM
FLISTS += fancy.conf
endif

if ENABLE_TRICKLEDM
FLISTS += trickle.conf
endif

EXTRA_DIST = default.conf.in fancy.conf.in trickle.conf.in
EXTRA_DIST = default.conf.in

install-data-local:
$(mkinstalldirs) $(DESTDIR)$(DGDATADIR) && \
Expand Down
42 changes: 0 additions & 42 deletions configs/downloadmanagers/fancy.conf.in

This file was deleted.

24 changes: 0 additions & 24 deletions configs/downloadmanagers/trickle.conf.in

This file was deleted.

2 changes: 0 additions & 2 deletions configure.ac
Expand Up @@ -684,8 +684,6 @@ configs/lists/exceptionphraselist
configs/lists/weightedphraselist
configs/downloadmanagers/Makefile
configs/downloadmanagers/default.conf
configs/downloadmanagers/fancy.conf
configs/downloadmanagers/trickle.conf
configs/contentscanners/Makefile
configs/contentscanners/clamdscan.conf
configs/contentscanners/avastdscan.conf
Expand Down
12 changes: 0 additions & 12 deletions src/Makefile.am
Expand Up @@ -42,18 +42,6 @@ endif

DEFAULTDM_SOURCE = downloadmanagers/default.cpp

if ENABLE_FANCYDM
FANCYDM_SOURCE = downloadmanagers/fancy.cpp
else
FANCYDM_SOURCE =
endif

if ENABLE_TRICKLEDM
TRICKLEDM_SOURCE = downloadmanagers/trickle.cpp
else
TRICKLEDM_SOURCE =
endif

PROXYAUTH_SOURCE = authplugins/proxy.cpp
IDENTAUTH_SOURCE = authplugins/ident.cpp
IPAUTH_SOURCE = authplugins/ip.cpp
Expand Down

0 comments on commit ca543af

Please sign in to comment.