X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=interpreters%2Fnitfol%2FMakefile.am;h=c1031b1203183f007c78aded9296dd9e246fcef7;hb=f48bef46bd39ddac5067af1a4ac9b977b6158d07;hp=2a27a0c7307b95ced8c4e47e25a9e0fa56e45f1c;hpb=242069dd35a144699ff09b86411ba7bef8977da5;p=projects%2Fchimara%2Fchimara.git diff --git a/interpreters/nitfol/Makefile.am b/interpreters/nitfol/Makefile.am index 2a27a0c..c1031b1 100644 --- a/interpreters/nitfol/Makefile.am +++ b/interpreters/nitfol/Makefile.am @@ -1,5 +1,3 @@ -PLUGIN_LIBTOOL_FLAGS=-module -avoid-version -export-symbols-regex "^glk" - GRAPHICS = no_graph.c no_graph.h # GRAPHICS = graphics.c graphics.h BLORB = blorb.c @@ -23,8 +21,9 @@ nitfol_la_SOURCES = automap.c automap.h binary.h copying.h debug.c debug.h \ $(BLORB) \ $(SOUND) nodist_nitfol_la_SOURCES = copying.c dbg_help.h startunix.c -nitfol_la_CPPFLAGS = -I$(top_srcdir) -DSMART_TOKENISER -DUSE_INLINE -nitfol_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS) +nitfol_la_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/libchimara \ + -DSMART_TOKENISER -DUSE_INLINE +nitfol_la_LDFLAGS = -module $(PLUGIN_LIBTOOL_FLAGS) info_TEXINFOS = nitfol.texi nitfol_TEXINFOS = dbg_help.texi options.texi @@ -40,7 +39,7 @@ dbg_help.texi: inform.y y2help.pl $(PERL) $(srcdir)/y2help.pl $(srcdir)/inform.y copying.c: COPYING copying.awk - $(AWK) --file $(srcdir)/copying.awk <$(srcdir)/COPYING >copying.c + $(AWK) -f $(srcdir)/copying.awk <$(srcdir)/COPYING >copying.c # nitfol.6: nitfol.opt opt2glkc.pl # $(PERL) $(srcdir)/opt2glkc.pl -man $(srcdir)/nitfol.opt