repo.or.cz
/
straw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Changes to the config system API to make it more flexible and lightweight, code clean up.
[straw.git]
/
straw
/
Makefile.am
blob
663b20a9163c889d1fd9ebefb8b5de0e11917a88
1
SUBDIRS = httplib2 model storage
2
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
SummaryItem.py \
36
SummaryParser.py \
37
URLFetch.py \
38
ValueMonitor.py
39
40
MAINTAINERCLEANFILES = Makefile.in
41
42
DISTCLEANFILES = defs.py
43
44
EXTRA_DIST = defs.py.in
45
46
uninstall-hook:
47
-rmdir $(strawdir)