]> git.jsancho.org Git - dungeon-master.git/blobdiff - src/Makefile.am
Search paths for mods and games
[dungeon-master.git] / src / Makefile.am
index 69f3129258cfa0fe2effa906234314a0470bfa5c..e11bd0d47550850299750fc4fee31e2fde802e12 100644 (file)
@@ -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@