X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=interpreters%2Ffrotz%2FMakefile.am;h=02d88efc188bee624f3428f5cb71704cdd4565b4;hb=020cdefc16ef5d6d33ef13f3aa701c921cb37253;hp=9a1008ad2a95f692e891213eeba6d59043422acb;hpb=da2fd2eb58f6aa8fa4ecf370b40e08f7f52cd866;p=projects%2Fchimara%2Fchimara.git diff --git a/interpreters/frotz/Makefile.am b/interpreters/frotz/Makefile.am index 9a1008a..02d88ef 100644 --- a/interpreters/frotz/Makefile.am +++ b/interpreters/frotz/Makefile.am @@ -4,6 +4,8 @@ pkglib_LTLIBRARIES = frotz.la frotz_la_SOURCES = buffer.c err.c fastmem.c files.c input.c main.c math.c \ object.c process.c quetzal.c random.c redirect.c sound.c stream.c table.c \ text.c variable.c glkscreen.c glkmisc.c frotz.h glkfrotz.h glkio.h setup.h +frotz_la_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/libchimara +frotz_la_CFLAGS = -Wno-pointer-sign $(AM_CFLAGS) frotz_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS) frotzdocdir = $(datadir)/doc/$(PACKAGE)/frotz