Update to use #:init-thunk instead of #:init-value on actions slot
[mudsync.git] / Makefile.am
index 4ccc0098252ffe101d31f5080eda1e2273f07885..b7320605a5ee33fa94e71113d87f0cfd2d60b183 100644 (file)
@@ -45,7 +45,17 @@ moddir=$(prefix)/share/guile/site/2.0
 godir=$(libdir)/guile/2.0/ccache
 
 SOURCES =  \
+       mudsync/command.scm \
+       mudsync/game-master.scm \
+       mudsync/gameobj.scm \
        mudsync/networking.scm \
+       mudsync/parser.scm \
+       mudsync/player.scm \
+       mudsync/room.scm \
+       mudsync/run-game.scm \
+       mudsync/thing.scm \
+       mudsync/package-config.scm \
+       mudsync/contrib/mime-types.scm \
        mudsync.scm
 
 # TESTS =                                                      \
@@ -68,6 +78,10 @@ EXTRA_DIST =                                                 \
        $(TESTS)                                        \
        $(NOCOMP_SOURCES)                               \
        COPYING                                         \
+       worlds/bricabrac.scm                            \
+       worlds/goblin-hq.scm                            \
+       data/web-static/css/main.css                    \
+       data/web-static/js/mudsync.js                   \
        pre-inst-env.in