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