X-Git-Url: https://git.jsancho.org/?p=dungeon-master.git;a=blobdiff_plain;f=src%2FMakefile.am;h=7ae7ce02384bd98771e82478fc177295187cf0ea;hp=a15f108dde95d18a91a8b85396038ee55dc726ca;hb=d4dcc4ec9815f1574eb12b3ee20aa0362f77704b;hpb=d428e32f4062cfb4df9b03e769c792ac2a3cbf1b diff --git a/src/Makefile.am b/src/Makefile.am index a15f108..7ae7ce0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ bin_PROGRAMS = $(top_builddir)/DungeonMaster -__top_builddir__DungeonMaster_SOURCES = main.cpp mods.cpp +__top_builddir__DungeonMaster_SOURCES = generators.cpp main.cpp mods.cpp paths.cpp __top_builddir__DungeonMaster_CPPFLAGS = @GUILE_CFLAGS@ __top_builddir__DungeonMaster_LDFLAGS = @GUILE_LIBS@