Work on feed properties dialog, added some properties to Feed model class.
[straw.git] / straw / Makefile.am
blob6eef3c7066e903533be03a5f766cac4b9438ab53
1 SUBDIRS = httplib2 model storage
3 strawdir = $(pythondir)/straw
4 straw_PYTHON = \
5         __init__.py \
6         Application.py \
7         Config.py \
8         defs.py \
9         documentviews.py \
10         error.py \
11         FeedDiscovery.py \
12         feedfinder.py \
13         FeedListView.py \
14         FeedManager.py \
15         FeedUpdater.py \
16         feedparser.py \
17         feedproperties.py \
18         Find.py \
19         helpers.py \
20         ImageCache.py \
21         ItemList.py \
22         ItemView.py \
23         JobManager.py \
24         MVP.py \
25         MainloopManager.py \
26         MessageManager.py \
27         NetworkConstants.py \
28         opml.py \
29         OfflineToggle.py \
30         PollManager.py \
31         preferences.py \
32         Queue.py \
33         subscribe.py \
34         SummaryItem.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)