summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am16
1 files changed, 2 insertions, 14 deletions
diff --git a/Makefile.am b/Makefile.am
index 7a6583e..15cc34f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -59,6 +59,8 @@ SOURCES = \
haunt/builder/blog.scm \
haunt/builder/rss.scm \
haunt/reader/texinfo.scm \
+ haunt/publisher/rsync.scm \
+ haunt/publisher/sourcehut.scm \
haunt/watch/fallback.scm \
haunt/ui.scm \
haunt/ui/build.scm \
@@ -91,20 +93,6 @@ SOURCES += \
endif
-if HAVE_RSYNC
-
-SOURCES += haunt/publisher/rsync.scm
-
-endif
-
-if HAVE_HUT
-if HAVE_TAR
-
-SOURCES += haunt/publisher/sourcehut.scm
-
-endif
-endif
-
TESTS = \
tests/helper.scm \
tests/post.scm \