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