added syserr.h to makefile.am

This commit is contained in:
hyung-hwan 2012-12-28 08:48:35 +00:00
parent 3aec7946c3
commit 61ebfcd277
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ noinst_HEADERS = \
fs.h \ fs.h \
mem.h \ mem.h \
syscall.h \ syscall.h \
syserr.h \
tre.h \ tre.h \
tre-ast.h \ tre-ast.h \
tre-compile.h \ tre-compile.h \

View File

@ -342,6 +342,7 @@ noinst_HEADERS = \
fs.h \ fs.h \
mem.h \ mem.h \
syscall.h \ syscall.h \
syserr.h \
tre.h \ tre.h \
tre-ast.h \ tre-ast.h \
tre-compile.h \ tre-compile.h \