X-Git-Url: https://git.jsancho.org/?p=dungeon-master.git;a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=f17c5a5ffad968fe5d7cc0af48efbf342827503f;hp=0000000000000000000000000000000000000000;hb=9d35c3ae2a2571bb3fb47d359f70ac43f0f2427d;hpb=a4865ebd5fe341be517b9bc8589ed0f818fa9d5f diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..f17c5a5 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,11 @@ +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/*