Implemented "mark all as read".
[straw.git] / straw / Makefile.am
blob155d33be18817b5ef464d5607bc161716736b932
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         Constants.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         Fetcher.py \
21         Find.py \
22         helpers.py \
23         ImageCache.py \
24         ItemList.py \
25         ItemView.py \
26         ItemManager.py \
27         JobManager.py \
28         MVP.py \
29         MainloopManager.py \
30         MessageManager.py \
31         opml.py \
32         OfflineToggle.py \
33         preferences.py \
34         Queue.py \
35         subscribe.py \
36         SummaryParser.py \
37         ValueMonitor.py
39 MAINTAINERCLEANFILES = Makefile.in
41 DISTCLEANFILES = defs.py
43 EXTRA_DIST = defs.py.in
45 uninstall-hook:
46         -rmdir $(strawdir)