You can now kiss the frog!
[mudsync.git] / Makefile.am
index a9c186f46a94fe7946015dd2f5bf35c0d6cbf840..044cfd4966ec4f8bdad69932260b5c992a239c82 100644 (file)
@@ -1,4 +1,4 @@
-## Copyright © 2015, 2016 Christopher Allan Webber <cwebber@dustycloud.org>
+## Copyright © 2015, 2016 Christine Lemmer-Webber <cwebber@dustycloud.org>
 
 ## parts of this automake recipe borrowed from:
 
@@ -45,6 +45,8 @@ moddir=$(prefix)/share/guile/site/2.0
 godir=$(libdir)/guile/2.0/ccache
 
 SOURCES =  \
+       mudsync/command.scm \
+       mudsync/container.scm \
        mudsync/game-master.scm \
        mudsync/gameobj.scm \
        mudsync/networking.scm \
@@ -52,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 =                                                      \
@@ -74,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