make Feeds show in features list
This commit is contained in:
parent
a9d5d4511a
commit
a5ee4df40a
2 changed files with 5 additions and 0 deletions
|
@ -47,5 +47,8 @@ buildFlags = filter (not . null)
|
||||||
#endif
|
#endif
|
||||||
#ifdef WITH_DNS
|
#ifdef WITH_DNS
|
||||||
, "DNS"
|
, "DNS"
|
||||||
|
#endif
|
||||||
|
#ifdef WITH_FEEDS
|
||||||
|
, "Feeds"
|
||||||
#endif
|
#endif
|
||||||
]
|
]
|
||||||
|
|
|
@ -24,3 +24,5 @@ greg@x200s:~/annextest$ git-annex importfeed http://feeds.feedburner.com/OpenMet
|
||||||
importfeed http://feeds.feedburner.com/OpenMetalcast/ogg
|
importfeed http://feeds.feedburner.com/OpenMetalcast/ogg
|
||||||
....<downloads the episodes etc>
|
....<downloads the episodes etc>
|
||||||
"""]]
|
"""]]
|
||||||
|
|
||||||
|
> Forgot I had to manually add that. [[done]] --[[Joey]]
|
||||||
|
|
Loading…
Add table
Reference in a new issue