Moved to updated gettext and did some tweaking for make distcheck
[projects/chimara/chimara.git] / interpreters / frotz / Makefile.am
index 34bcfa443a1fe1a18b60cbcc5964e451aba1cb34..ce114453b3e75c32260352d55b0f9b27c0369bb4 100644 (file)
@@ -1,11 +1,11 @@
-PLUGIN_LIBTOOL_FLAGS=-module -avoid-version -export-symbols-regex "^glk_main$$"
+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_CPPFLAGS = -I$(top_srcdir)
 frotz_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS)
 
 frotzdocdir = $(datadir)/doc/$(PACKAGE)/frotz
 dist_frotzdoc_DATA = AUTHORS COPYING README TODO
-