X-Git-Url: https://git.jsancho.org/?p=dungeon-master.git;a=blobdiff_plain;f=Makefile.am;h=eb984b73ce2e7a4f3e185848c8c3cd075483ddc4;hp=1bfdcf48680594bc8757ad43f3144bbdca65cd65;hb=652177d7027e9a9fe6c6b8394042bdaabf5ada76;hpb=90b0723a6cfcfa7a8f04cd3a851fb9657903d319 diff --git a/Makefile.am b/Makefile.am index 1bfdcf4..eb984b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1,12 @@ -SUBDIRS=src +bin_PROGRAMS = dmaster +dmaster_SOURCES = \ + 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/*