X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=Makefile.am;h=15f8e8d93b27e7c73361360bf8dfdc36cc51b0de;hp=f9dfd9be6e0e09a7e7191cc9d3e334c5ce4a2934;hb=e942236a7af8d921ad49b58237286214bfd23fe9;hpb=f45624ba340380a78970a1330620b6b15744ae87 diff --git a/Makefile.am b/Makefile.am index f9dfd9b..15f8e8d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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,8 +54,9 @@ SOURCES = \ mudsync/player.scm \ mudsync/room.scm \ mudsync/run-game.scm \ - mudsync/thing.scm \ mudsync/package-config.scm \ + mudsync/utils.scm \ + mudsync/contrib/mime-types.scm \ mudsync.scm # TESTS = \ @@ -79,6 +81,8 @@ EXTRA_DIST = \ COPYING \ worlds/bricabrac.scm \ worlds/goblin-hq.scm \ + data/web-static/css/main.css \ + data/web-static/js/mudsync.js \ pre-inst-env.in