Install lutok's missing test_utils.hpp header file.

This commit is contained in:
jmmv 2013-02-22 15:14:29 +00:00
parent 70aa4411eb
commit 9c6c1d3b56
2 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.1805 2013/02/19 06:06:39 jmmv Exp $
# $NetBSD: mi,v 1.1806 2013/02/22 15:14:29 jmmv Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@ -1754,6 +1754,7 @@
./usr/include/lutok/stack_cleaner.hpp comp-c-include kyua
./usr/include/lutok/state.hpp comp-c-include kyua
./usr/include/lutok/state.ipp comp-c-include kyua
./usr/include/lutok/test_utils.hpp comp-c-include kyua
./usr/include/lwp.h comp-c-include
./usr/include/lzf.h comp-c-include
./usr/include/lzfP.h comp-c-include

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2013/02/16 21:29:46 jmmv Exp $
# $NetBSD: Makefile,v 1.2 2013/02/22 15:14:31 jmmv Exp $
#NOLINT= # defined
@ -38,7 +38,8 @@ INCS= c_gate.hpp \
operations.hpp \
stack_cleaner.hpp \
state.hpp \
state.ipp
state.ipp \
test_utils.hpp
INCSDIR= /usr/include/lutok
.if ${MKSHARE} != "no"