NetworkConstants.py + ConfigOptions.py = Constants.py
[straw.git] / straw / Makefile.am
blobaf75373b6f1cafb2cb03c90be4e7c59b0fc7845f
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         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         opml.py \
30         OfflineToggle.py \
31         preferences.py \
32         Queue.py \
33         subscribe.py \
34         SummaryParser.py \
35         URLFetch.py \
36         ValueMonitor.py
38 MAINTAINERCLEANFILES = Makefile.in
40 DISTCLEANFILES = defs.py
42 EXTRA_DIST = defs.py.in
44 uninstall-hook:
45         -rmdir $(strawdir)