X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=Makefile.am;h=044cfd4966ec4f8bdad69932260b5c992a239c82;hb=944e490c39ef13cf98e2811006ea607f14ad4316;hp=b7320605a5ee33fa94e71113d87f0cfd2d60b183;hpb=18c74950d1bd9fc915411bde06b99a273b55ae25;p=mudsync.git diff --git a/Makefile.am b/Makefile.am index b732060..044cfd4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -## Copyright © 2015, 2016 Christopher Allan Webber +## Copyright © 2015, 2016 Christine Lemmer-Webber ## parts of this automake recipe borrowed from: @@ -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,8 @@ 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