X-Git-Url: https://git.jsancho.org/?p=dungeon-master.git;a=blobdiff_plain;f=src%2FMakefile.am;h=7ae7ce02384bd98771e82478fc177295187cf0ea;hp=20ec91a3388e786f187d9712532468700219c044;hb=fbd191437dc6e137521891bcddf0e75731f026fe;hpb=1d17d59eac87eaf5095ef852045224cc77e4d8ce diff --git a/src/Makefile.am b/src/Makefile.am index 20ec91a..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 +__top_builddir__DungeonMaster_SOURCES = generators.cpp main.cpp mods.cpp paths.cpp __top_builddir__DungeonMaster_CPPFLAGS = @GUILE_CFLAGS@ __top_builddir__DungeonMaster_LDFLAGS = @GUILE_LIBS@