X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=interpreters%2Fglulxe%2FMakefile.am;fp=interpreters%2Fglulxe%2FMakefile.am;h=8c36f6af0fcdabc236d0835d422ec93a3989ccaf;hb=b2786d791c97b51fee5f5c628d2819fc58c03d8e;hp=eb2b661796bb92a9263017e3a2eb96fffe5cbe8c;hpb=1410fe4a16ca30242deb8273a8c5867ebeb66b65;p=rodin%2Fchimara.git diff --git a/interpreters/glulxe/Makefile.am b/interpreters/glulxe/Makefile.am index eb2b661..8c36f6a 100644 --- a/interpreters/glulxe/Makefile.am +++ b/interpreters/glulxe/Makefile.am @@ -1,5 +1,3 @@ -PLUGIN_LIBTOOL_FLAGS=-module -avoid-version -export-symbols-regex "^glk" - pkglib_LTLIBRARIES = glulxe.la glulxe_la_SOURCES = accel.c exec.c files.c funcs.c gestalt.c gestalt.h glkop.c \ glulxe.h heap.c main.c opcodes.h operand.c osdepend.c profile.c search.c \ @@ -7,7 +5,7 @@ glulxe_la_SOURCES = accel.c exec.c files.c funcs.c gestalt.c gestalt.h glkop.c \ glulxe_la_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/libchimara glulxe_la_CFLAGS = -Wall -Wmissing-prototypes -Wstrict-prototypes -Wno-unused \ -DOS_UNIX $(AM_CFLAGS) -glulxe_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS) +glulxe_la_LDFLAGS = -module $(PLUGIN_LIBTOOL_FLAGS) glulxedocdir = $(datadir)/doc/$(PACKAGE)/glulxe dist_glulxedoc_DATA = README