X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=Makefile.am;h=d0dd1a41251723a4c4c50af5c7af746c6bbcf790;hp=f6c01317ac9ae88c1be90aecd1a6b51d6cd13a24;hb=refs%2Fheads%2Fwebsockets;hpb=9bb036f18457a6c2d24343e21e6950f9df5043e7 diff --git a/Makefile.am b/Makefile.am index f6c0131..d0dd1a4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 2015 Christopher Allan Webber +## Copyright © 2015, 2016, 2017 Christopher Allan Webber ## parts of this automake recipe borrowed from: @@ -41,17 +41,29 @@ 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/agenda.scm \ - 8sync/repl.scm \ - 8sync/systems/irc.scm - + 8sync.scm \ + 8sync/agenda.scm \ + 8sync/repl.scm \ + 8sync/actors.scm \ + 8sync/debug.scm \ + 8sync/ports.scm \ + 8sync/contrib/base64.scm \ + 8sync/contrib/sha-1.scm \ + 8sync/systems/irc.scm \ + 8sync/systems/web.scm \ + 8sync/systems/websocket.scm \ + 8sync/systems/websocket/client.scm \ + 8sync/systems/websocket/frame.scm \ + 8sync/systems/websocket/server.scm \ + 8sync/systems/websocket/utils.scm TESTS = \ - tests/test-agenda.scm + tests/test-agenda.scm \ + tests/test-actors.scm TEST_EXTENSIONS = .scm @@ -68,8 +80,16 @@ EXTRA_DIST = \ $(SOURCES) \ $(TESTS) \ $(NOCOMP_SOURCES) \ + COPYING-gplv3.txt \ pre-inst-env.in \ - tests/utils.scm + bootstrap.sh \ + guix.scm \ + tests/utils.scm \ + demos/run-demo.sh \ + demos/ircbot.scm \ + demos/actors/botherbotherbother.scm \ + demos/actors/simplest-possible.scm \ + demos/actors/robotscanner.scm ## Make changelog on demand