From: Philip Chimento Date: Fri, 11 Sep 2009 19:08:14 +0000 (+0000) Subject: Tweak to avoid warnings in frotz X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=b26eaa2eb5d2279da4212d21a19c299b80bdc90a;hp=a0159df30d8b681805dbb3af07b2eb20374499e8;p=rodin%2Fchimara.git Tweak to avoid warnings in frotz git-svn-id: http://lassie.dyndns-server.com/svn/gargoyle-gtk@114 ddfedd41-794f-dd11-ae45-00112f111e67 --- diff --git a/interpreters/frotz/Makefile.am b/interpreters/frotz/Makefile.am index 82f9c28..02d88ef 100644 --- a/interpreters/frotz/Makefile.am +++ b/interpreters/frotz/Makefile.am @@ -5,6 +5,7 @@ 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