diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2018-11-07 04:05:19 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2018-11-07 07:33:32 +0300 |
| commit | cd9d4da87eeaa354c11dd22e4bc25fdba2724960 (patch) | |
| tree | a6acd4604473ee248616492f71a23a0fa4746f90 /Makefile.am | |
| parent | Initial commit. (diff) | |
| download | guile-feed-cd9d4da87eeaa354c11dd22e4bc25fdba2724960.tar.gz | |
Refactor.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am index c57d934..5be27b4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,18 +33,11 @@ AM_V_GUILEC_ = $(AM_V_GUILEC_$(AM_DEFAULT_VERBOSITY)) AM_V_GUILEC_0 = @echo " GUILEC " $@; MODULES = \ - feed.scm \ - feed/scripts/rss.scm \ feed/ui.scm \ - rss/feeds.scm \ - rss/feeds/code.scm \ - rss/feeds/emacs.scm \ - rss/feeds/game.scm \ - rss/feeds/hardware.scm \ - rss/feeds/news.scm \ - rss/feeds/planet.scm \ - rss/feeds/video.ru.scm \ - rss/feeds/video.scm + feed/rss.scm \ + feed/scripts/rss.scm \ + feed.scm \ + guix.scm GO_FILES = $(MODULES:%.scm=%.go) |
