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