From db6202c4f065d00d08a8ce71ae0a4017a6d1e52b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 11 Dec 2006 18:49:51 +0000 Subject: [PATCH] Install extra posix headers in to avoid dup headers. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19306 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/roken/Makefile.am b/lib/roken/Makefile.am index 783b58673..060bee6bf 100644 --- a/lib/roken/Makefile.am +++ b/lib/roken/Makefile.am @@ -166,7 +166,9 @@ endif build_HEADERZ = test-mem.h -nodist_include_HEADERS = roken.h $(XHEADERS) +nodist_include_HEADERS = roken.h +rokenincludedir = $(includedir)/roken +nodist_rokeninclude_HEADERS = $(XHEADERS) man_MANS = getarg.3 parse_time.3 rtbl.3