X-Git-Url: https://git.jsancho.org/?p=dungeon-master.git;a=blobdiff_plain;f=Makefile.am;h=fdf853ccc89e15346dfd43a74dc48b560d6ad45f;hp=f17c5a5ffad968fe5d7cc0af48efbf342827503f;hb=HEAD;hpb=fe9df14f96d3f1d45a26438a5df06e2259893eac diff --git a/Makefile.am b/Makefile.am index f17c5a5..fdf853c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,13 @@ 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_LDFLAGS = @GUILE_LIBS@ +dmaster_LDADD = @GUILE_LIBS@ adventuresdir = $(pkgdatadir)/adventures adventures_DATA = adventures/*