make Feeds show in features list

This commit is contained in:
Joey Hess 2013-08-07 12:02:12 -04:00
parent a9d5d4511a
commit a5ee4df40a
2 changed files with 5 additions and 0 deletions

View file

@ -47,5 +47,8 @@ buildFlags = filter (not . null)
#endif
#ifdef WITH_DNS
, "DNS"
#endif
#ifdef WITH_FEEDS
, "Feeds"
#endif
]

View file

@ -24,3 +24,5 @@ greg@x200s:~/annextest$ git-annex importfeed http://feeds.feedburner.com/OpenMet
importfeed http://feeds.feedburner.com/OpenMetalcast/ogg
....<downloads the episodes etc>
"""]]
> Forgot I had to manually add that. [[done]] --[[Joey]]