summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BuildFlags.hs3
-rw-r--r--doc/bugs/version_doesn__39__t_show___34__Feeds__34___but_podcasting_feature_working.mdwn2
2 files changed, 5 insertions, 0 deletions
diff --git a/BuildFlags.hs b/BuildFlags.hs
index f37782c97..c14bfef11 100644
--- a/BuildFlags.hs
+++ b/BuildFlags.hs
@@ -48,4 +48,7 @@ buildFlags = filter (not . null)
#ifdef WITH_DNS
, "DNS"
#endif
+#ifdef WITH_FEEDS
+ , "Feeds"
+#endif
]
diff --git a/doc/bugs/version_doesn__39__t_show___34__Feeds__34___but_podcasting_feature_working.mdwn b/doc/bugs/version_doesn__39__t_show___34__Feeds__34___but_podcasting_feature_working.mdwn
index 981f9d110..06f8a75b9 100644
--- a/doc/bugs/version_doesn__39__t_show___34__Feeds__34___but_podcasting_feature_working.mdwn
+++ b/doc/bugs/version_doesn__39__t_show___34__Feeds__34___but_podcasting_feature_working.mdwn
@@ -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]]