Moved to updated gettext and did some tweaking for make distcheck
[projects/chimara/chimara.git] / interpreters / frotz / Makefile.am
1 PLUGIN_LIBTOOL_FLAGS=-module -avoid-version -export-symbols-regex "^glk"
2
3 pkglib_LTLIBRARIES = frotz.la
4 frotz_la_SOURCES = buffer.c err.c fastmem.c files.c input.c main.c math.c \
5         object.c process.c quetzal.c random.c redirect.c sound.c stream.c table.c \
6         text.c variable.c glkscreen.c glkmisc.c frotz.h glkfrotz.h glkio.h setup.h
7 frotz_la_CPPFLAGS = -I$(top_srcdir)
8 frotz_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS)
9
10 frotzdocdir = $(datadir)/doc/$(PACKAGE)/frotz
11 dist_frotzdoc_DATA = AUTHORS COPYING README TODO