Use msg-val everywhere and fix some definitions' argument lists.
[mudsync.git] / Makefile.am
index 4ccc0098252ffe101d31f5080eda1e2273f07885..583ce10fff64c0ebb78cf51813bfde5c8a7d6d5b 100644 (file)
@@ -45,7 +45,15 @@ 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.scm
 
 # TESTS =                                                      \
@@ -68,6 +76,8 @@ EXTRA_DIST =                                          \
        $(TESTS)                                        \
        $(NOCOMP_SOURCES)                               \
        COPYING                                         \
+       worlds/bricabrac.scm                            \
+       worlds/goblin-hq.scm                            \
        pre-inst-env.in