From e4a3212200b26f74f94ce5314ca1e17a6d0bd956 Mon Sep 17 00:00:00 2001 From: Francesco Salvestrini Date: Thu, 13 Nov 2008 22:10:57 +0100 Subject: [PATCH] Fixed build --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 878f869..1a35ddc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -88,6 +88,8 @@ libvm_a_CFLAGS += $(LUA_CFLAGS) endif libmisc_a_SOURCES = \ + libs/misc/stream.h \ + libs/misc/stream.cxx \ libs/misc/exception.h \ libs/misc/exception.cxx \ libs/misc/debug.h \ -- 2.11.4.GIT