X-Git-Url: https://git.jsancho.org/?p=dungeon-master.git;a=blobdiff_plain;f=src%2FMakefile.am;h=20ec91a3388e786f187d9712532468700219c044;hp=69f3129258cfa0fe2effa906234314a0470bfa5c;hb=1d17d59eac87eaf5095ef852045224cc77e4d8ce;hpb=4f1840da0753c2e3e9d94cceb4127c7fee77dcb4 diff --git a/src/Makefile.am b/src/Makefile.am index 69f3129..20ec91a 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 +__top_builddir__DungeonMaster_CPPFLAGS = @GUILE_CFLAGS@ +__top_builddir__DungeonMaster_LDFLAGS = @GUILE_LIBS@