X-Git-Url: https://git.jsancho.org/?p=dungeon-master.git;a=blobdiff_plain;f=Makefile.am;h=fdf853ccc89e15346dfd43a74dc48b560d6ad45f;hp=1bfdcf48680594bc8757ad43f3144bbdca65cd65;hb=HEAD;hpb=90b0723a6cfcfa7a8f04cd3a851fb9657903d319 diff --git a/Makefile.am b/Makefile.am index 1bfdcf4..fdf853c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1,13 @@ -SUBDIRS=src +bin_PROGRAMS = dmaster +dmaster_SOURCES = \ + src/generators.cpp \ + src/main.cpp \ + src/modules.cpp \ + src/paths.cpp +dmaster_CPPFLAGS = \ + @GUILE_CFLAGS@ \ + -DDATA_PATH=\"$(pkgdatadir)\" \ + -DPROGRAM_NAME=\"$(PACKAGE)\" +dmaster_LDADD = @GUILE_LIBS@ +adventuresdir = $(pkgdatadir)/adventures +adventures_DATA = adventures/*