Removed unneeded files that caused make failure from straw/Makefile.
[straw/fork.git] / straw / Makefile.am
blobb1d1a543ec8b5f10a09c2eb3f5e98bfb77bb50bd
1 SUBDIRS = httplib2
3 strawdir = $(pythondir)/straw
4 straw_PYTHON = \
5         __init__.py \
6         Application.py \
7         Config.py \
8         defs.py \
9         error.py \
10         feedfinder.py \
11         FeedListView.py \
12         feedparser.py \
13         feedproperties.py \
14         Find.py \
15         helpers.py \
16         ImageCache.py \
17         ItemList.py \
18         ItemView.py \
19         MVP.py \
20         MainloopManager.py \
21         MessageManager.py \
22         NetworkConstants.py \
23         opml.py \
24         OfflineToggle.py \
25         ParsedSummary.py \
26         PollManager.py \
27         preferences.py \
28         subscribe.py \
29         SummaryItem.py \
30         SummaryParser.py \
31         URLFetch.py \
32         ValueMonitor.py
34 MAINTAINERCLEANFILES = Makefile.in
36 DISTCLEANFILES = defs.py
38 EXTRA_DIST = defs.py.in
40 uninstall-hook:
41         -rmdir $(strawdir)