From 4d39bae8bb99c83376efc0b35d6d578ff140095e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 16 Feb 2014 08:45:12 -0800 Subject: [PATCH] use noinst_HEADERS for hdb-private.h --- lib/hdb/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/hdb/Makefile.am b/lib/hdb/Makefile.am index ac813b818..cce7eed05 100644 --- a/lib/hdb/Makefile.am +++ b/lib/hdb/Makefile.am @@ -100,6 +100,8 @@ libhdb_la_DEPENDENCIES = version-script.map include_HEADERS = hdb.h $(srcdir)/hdb-protos.h nodist_include_HEADERS = hdb_err.h hdb_asn1.h +noinst_HEADERS = $(srcdir)/hdb-private.h + libhdb_la_LIBADD = \ $(LIB_com_err) \ ../krb5/libkrb5.la \ -- 2.11.4.GIT