From 61ebfcd2777c1e58f95988b291c1c2a2d536ed51 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Fri, 28 Dec 2012 08:48:35 +0000 Subject: [PATCH] added syserr.h to makefile.am --- qse/lib/cmn/Makefile.am | 1 + qse/lib/cmn/Makefile.in | 1 + 2 files changed, 2 insertions(+) diff --git a/qse/lib/cmn/Makefile.am b/qse/lib/cmn/Makefile.am index 5f231f60..c4b1f2b7 100644 --- a/qse/lib/cmn/Makefile.am +++ b/qse/lib/cmn/Makefile.am @@ -14,6 +14,7 @@ noinst_HEADERS = \ fs.h \ mem.h \ syscall.h \ + syserr.h \ tre.h \ tre-ast.h \ tre-compile.h \ diff --git a/qse/lib/cmn/Makefile.in b/qse/lib/cmn/Makefile.in index 2c19996a..697b99c9 100644 --- a/qse/lib/cmn/Makefile.in +++ b/qse/lib/cmn/Makefile.in @@ -342,6 +342,7 @@ noinst_HEADERS = \ fs.h \ mem.h \ syscall.h \ + syserr.h \ tre.h \ tre-ast.h \ tre-compile.h \