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
]