From cd9d4da87eeaa354c11dd22e4bc25fdba2724960 Mon Sep 17 00:00:00 2001 From: Oleg Pykhalov Date: Wed, 7 Nov 2018 04:05:19 +0300 Subject: Refactor. --- Makefile.am | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'Makefile.am') 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) -- cgit v1.2.3