X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=interpreters%2Fnitfol%2FMakefile.am;h=ccb415ab3cb255cdde0601bb9fb0ca51546620dd;hb=2ce0ccd78003fce557bb76883c87ca2cb101608d;hp=2a27a0c7307b95ced8c4e47e25a9e0fa56e45f1c;hpb=b3548bdd49a58692f6648b04248056d10a3d5a23;p=rodin%2Fchimara.git diff --git a/interpreters/nitfol/Makefile.am b/interpreters/nitfol/Makefile.am index 2a27a0c..ccb415a 100644 --- a/interpreters/nitfol/Makefile.am +++ b/interpreters/nitfol/Makefile.am @@ -23,7 +23,8 @@ 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_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/libchimara \ + -DSMART_TOKENISER -DUSE_INLINE nitfol_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS) info_TEXINFOS = nitfol.texi @@ -40,7 +41,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