X-Git-Url: https://git.jsancho.org/?p=dungeon-master.git;a=blobdiff_plain;f=src%2FMakefile.am;fp=src%2FMakefile.am;h=7ae7ce02384bd98771e82478fc177295187cf0ea;hp=e11bd0d47550850299750fc4fee31e2fde802e12;hb=fbd191437dc6e137521891bcddf0e75731f026fe;hpb=10d6d3bc9bdee3371a2f4dd98701ba77696a0c6d diff --git a/src/Makefile.am b/src/Makefile.am index e11bd0d..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 paths.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@