X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=interpreters%2Ffrotz%2FMakefile.am;h=f1a010026927ac8979744e044b5c024bee8b11a7;hb=17139812a5057981d2b7a0d171b679449717fdf4;hp=9a1008ad2a95f692e891213eeba6d59043422acb;hpb=44574b9463fd313d08e4a29ac73d9cacf6714603;p=rodin%2Fchimara.git diff --git a/interpreters/frotz/Makefile.am b/interpreters/frotz/Makefile.am index 9a1008a..f1a0100 100644 --- a/interpreters/frotz/Makefile.am +++ b/interpreters/frotz/Makefile.am @@ -1,10 +1,10 @@ -PLUGIN_LIBTOOL_FLAGS=-module -avoid-version -export-symbols-regex "^glk" - 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) +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