X-Git-Url: https://git.jsancho.org/?p=dungeon-master.git;a=blobdiff_plain;f=src%2FMakefile.am;h=e11bd0d47550850299750fc4fee31e2fde802e12;hp=69f3129258cfa0fe2effa906234314a0470bfa5c;hb=c4a0774d367b5e8ff7a2aeebf1bbe4386621b51f;hpb=90b0723a6cfcfa7a8f04cd3a851fb9657903d319 diff --git a/src/Makefile.am b/src/Makefile.am index 69f3129..e11bd0d 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 = main.cpp mods.cpp paths.cpp +__top_builddir__DungeonMaster_CPPFLAGS = @GUILE_CFLAGS@ +__top_builddir__DungeonMaster_LDFLAGS = @GUILE_LIBS@