fixed up the inventory command
[mudsync.git] / Makefile.am
index a9c186f46a94fe7946015dd2f5bf35c0d6cbf840..d4885f476ec815aa2e9ccc3f688623e675eb3703 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,8 @@ SOURCES =  \
        mudsync/player.scm \
        mudsync/room.scm \
        mudsync/run-game.scm \
+       mudsync/package-config.scm \
+       mudsync/contrib/mime-types.scm \
        mudsync.scm
 
 # TESTS =                                                      \
@@ -74,6 +77,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