X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;ds=sidebyside;f=interpreters%2Fnitfol%2FMakefile.am;h=077d0fc0d036e5be4de4458ab635ec18a3ea7bcc;hb=278e68652925e367e726d5e462d56f40eabec1dd;hp=e52ddf8ce6114ae3377516f3e43bffe855e33713;hpb=c98ccb87aa2581cbcd0458682727274b6e9a8cf7;p=rodin%2Fchimara.git diff --git a/interpreters/nitfol/Makefile.am b/interpreters/nitfol/Makefile.am index e52ddf8..077d0fc 100644 --- a/interpreters/nitfol/Makefile.am +++ b/interpreters/nitfol/Makefile.am @@ -1,6 +1,6 @@ # TODO: There are a lot more documentation files in the Nitfol distribution -PLUGIN_LIBTOOL_FLAGS=-module -avoid-version -export-symbols-regex "^glk_main$$" +PLUGIN_LIBTOOL_FLAGS=-module -avoid-version -export-symbols-regex "^glk" GRAPHICS = no_graph.c # GRAPHICS = graphics.c @@ -13,14 +13,11 @@ pkglib_LTLIBRARIES = nitfol.la nitfol_la_SOURCES = automap.c solve.c infix.c debug.c inform.c quetzal.c \ undo.c op_call.c decode.c errmesg.c globals.c iff.c init.c main.c io.c \ z_io.c op_jmp.c op_math.c op_save.c op_table.c op_v6.c oplist.c stack.c \ - zscii.c tokenise.c struct.c objects.c portfunc.c hash.c \ + zscii.c tokenise.c struct.c objects.c portfunc.c hash.c startunix.c \ $(GRAPHICS) \ $(BLORB) \ $(SOUND) nitfol_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS) -# TODO: Remove this later, see issue #6 -nitfol_la_CFLAGS = -I../../src - nitfoldocdir = $(datadir)/doc/$(PACKAGE)/nitfol dist_nitfoldoc_DATA = ChangeLog COPYING INSTALL README