X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=Makefile.am;h=15f8e8d93b27e7c73361360bf8dfdc36cc51b0de;hp=583ce10fff64c0ebb78cf51813bfde5c8a7d6d5b;hb=8bf798a930c7cd36a9d3427a3498e5222115e889;hpb=8555a9f0cd98828aad8aa9e16d74a4713a9f91aa diff --git a/Makefile.am b/Makefile.am index 583ce10..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,7 +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 = \ @@ -78,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