Removed URLFetch module (its functionality is now provided by Fetcher module).
[straw.git] / straw / Makefile.am
blob57c84a47368b8a0f94f51aab106b145f1b1f54c0
1 SUBDIRS = httplib2 model storage
3 strawdir = $(pythondir)/straw
4 straw_PYTHON = \
5         __init__.py \
6         Application.py \
7         categoryproperties.py \
8         Config.py \
9         ConfigOptions.py \
10         defs.py \
11         documentviews.py \
12         error.py \
13         FeedDiscovery.py \
14         feedfinder.py \
15         FeedListView.py \
16         FeedManager.py \
17         FeedUpdater.py \
18         feedparser.py \
19         feedproperties.py \
20         Find.py \
21         helpers.py \
22         ImageCache.py \
23         ItemList.py \
24         ItemView.py \
25         JobManager.py \
26         MVP.py \
27         MainloopManager.py \
28         MessageManager.py \
29         NetworkConstants.py \
30         opml.py \
31         OfflineToggle.py \
32         preferences.py \
33         Queue.py \
34         subscribe.py \
35         SummaryParser.py \
36         URLFetch.py \
37         ValueMonitor.py
39 MAINTAINERCLEANFILES = Makefile.in
41 DISTCLEANFILES = defs.py
43 EXTRA_DIST = defs.py.in
45 uninstall-hook:
46         -rmdir $(strawdir)