X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=interpreters%2Fglulxe%2FMakefile.am;h=70a9d63d6a9d559173ac5baf46a720afc78c1281;hb=75009f8f40bbb580194e1722db76f4644bf18641;hp=6ddf4ed1961c69062f78dc2decb9a5cb976af356;hpb=89081782541e85e079f64839ffb26b4e74273eb7;p=projects%2Fchimara%2Fchimara.git diff --git a/interpreters/glulxe/Makefile.am b/interpreters/glulxe/Makefile.am index 6ddf4ed..70a9d63 100644 --- a/interpreters/glulxe/Makefile.am +++ b/interpreters/glulxe/Makefile.am @@ -1,7 +1,7 @@ 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 \ - serial.c string.c unixstrt.c vm.c + serial.c string.c unixstrt.c vm.c float.c glulxe_la_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/libchimara -DOS_UNIX glulxe_la_CFLAGS = -Wall -Wmissing-prototypes -Wstrict-prototypes -Wno-unused \ $(AM_CFLAGS)