X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=interpreters%2Ffrotz%2FMakefile.am;h=fa0f0b1394b3eb64374a8c2161a3eecc20af037f;hb=044af5b603b590e5cbc9e916786d6c3fb835b38e;hp=cd5489700d9ceff2a982198e5832fbad1c2e5763;hpb=b1f1dc50b22b30c4d7176e1ff7c0805e80fe0724;p=projects%2Fchimara%2Fchimara.git diff --git a/interpreters/frotz/Makefile.am b/interpreters/frotz/Makefile.am index cd54897..fa0f0b1 100644 --- a/interpreters/frotz/Makefile.am +++ b/interpreters/frotz/Makefile.am @@ -1,14 +1,12 @@ -PLUGIN_LIBTOOL_FLAGS=-module -avoid-version -export-symbols-regex "^glk_main$$" - 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_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS) - -# TODO: Remove this later, see issue #6 -frotz_la_CFLAGS = -I../../src + text.c variable.c glkscreen.c glkmisc.c frotz.h glkfrotz.h glkio.h +frotz_la_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/libchimara +frotz_la_CFLAGS = -Wno-pointer-sign $(AM_CFLAGS) +frotz_la_LDFLAGS = -module $(PLUGIN_LIBTOOL_FLAGS) frotzdocdir = $(datadir)/doc/$(PACKAGE)/frotz dist_frotzdoc_DATA = AUTHORS COPYING README TODO +-include $(top_srcdir)/git.mk