From da1c031195d43e2814896dbc72a238c9fb27b0d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Fri, 24 Sep 2010 12:59:46 +0200 Subject: [PATCH] Build system: add new header for bytecode (see previous commit) --- mex/build/bytecode.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mex/build/bytecode.am b/mex/build/bytecode.am index dca6bf2f0..b1c8d7955 100644 --- a/mex/build/bytecode.am +++ b/mex/build/bytecode.am @@ -13,4 +13,6 @@ nodist_bytecode_SOURCES = \ SparseMatrix.cc \ Interpreter.hh \ Mem_Mngr.hh \ - SparseMatrix.hh + SparseMatrix.hh \ + ErrorHandling.hh +