web: New actorified version of the web server.
[8sync.git] / Makefile.am
index 6dd06e651a784252e55b8c20957ad684239eb2a0..ff354268622e18db7251acd1e4ddcdc0fb85c185 100644 (file)
@@ -41,14 +41,15 @@ SUFFIXES = .scm .go
 .scm.go:
        $(AM_V_GEN)$(top_builddir)/pre-inst-env $(GUILE_TOOLS) compile $(GUILE_WARNINGS) -o "$@" "$<"
 
-moddir=$(prefix)/share/guile/site/2.0
-godir=$(libdir)/guile/2.0/ccache
+moddir=$(prefix)/share/guile/site/2.2
+godir=$(libdir)/guile/2.2/ccache
 
 SOURCES =  \
        8sync.scm \
        8sync/agenda.scm \
        8sync/repl.scm \
        8sync/systems/irc.scm \
+       8sync/systems/web.scm \
        8sync/actors.scm \
        8sync/debug.scm