summaryrefslogtreecommitdiff
path: root/src/miners/Makefile.am
blob: 03f7f9a43b388ab779bc5edb339e75959f5f5de4 (plain)
1
2
3
4
5
6
7
8
9
10
11
include $(top_srcdir)/Makefile.decl

SUBDIRS = fs

if USING_MINER_RSS
SUBDIRS += rss
endif

if HAVE_MINER_TWITTER
SUBDIRS += twitter
endif