basic things, with the ability to pick them up (but not put them down, heh)
[mudsync.git] / Makefile.am
index a9c186f46a94fe7946015dd2f5bf35c0d6cbf840..d78ab15f8f5c3b8d3135d9c96ff947a05cdbc8d7 100644 (file)
@@ -45,6 +45,7 @@ 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 \
@@ -52,6 +53,7 @@ SOURCES =  \
        mudsync/player.scm \
        mudsync/room.scm \
        mudsync/run-game.scm \
+       mudsync/thing.scm \
        mudsync.scm
 
 # TESTS =                                                      \