some placeholder stuff for the revolving door and shop
[mudsync.git] / Makefile.am
index bccc8083792add47c7eeb942dd0c115967cc5e21..15f8e8d93b27e7c73361360bf8dfdc36cc51b0de 100644 (file)
@@ -46,6 +46,7 @@ godir=$(libdir)/guile/2.0/ccache
 
 SOURCES =  \
        mudsync/command.scm \
+       mudsync/container.scm \
        mudsync/game-master.scm \
        mudsync/gameobj.scm \
        mudsync/networking.scm \
@@ -53,6 +54,9 @@ SOURCES =  \
        mudsync/player.scm \
        mudsync/room.scm \
        mudsync/run-game.scm \
+       mudsync/package-config.scm \
+       mudsync/utils.scm \
+       mudsync/contrib/mime-types.scm \
        mudsync.scm
 
 # TESTS =                                                      \
@@ -75,6 +79,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