From 88266f1b2eb26c3bb922e6402d3b77aecaaea157 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Sun, 8 Sep 2013 17:27:54 +0000 Subject: [PATCH] updated 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 4a83af6f..ea8b8c3b 100644 --- a/qse/lib/cmn/Makefile.am +++ b/qse/lib/cmn/Makefile.am @@ -11,6 +11,7 @@ noinst_HEADERS = \ cp950.h \ fs.h \ mem.h \ + str-subst.h \ syscall.h \ syserr.h \ tre.h \ diff --git a/qse/lib/cmn/Makefile.in b/qse/lib/cmn/Makefile.in index 8e296f06..42ea1503 100644 --- a/qse/lib/cmn/Makefile.in +++ b/qse/lib/cmn/Makefile.in @@ -367,6 +367,7 @@ noinst_HEADERS = \ cp950.h \ fs.h \ mem.h \ + str-subst.h \ syscall.h \ syserr.h \ tre.h \