From ec180e2475bbdac03a3030f700d243799a4532a4 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 26 Aug 2007 15:55:06 +0000 Subject: r24668: Fix header installation. (This used to be commit e9e66693505e5b9f136bd24f5f76ccd0ae574d99) --- source4/lib/registry/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/registry/config.mk') diff --git a/source4/lib/registry/config.mk b/source4/lib/registry/config.mk index de276d2b5e..4e8a075dd3 100644 --- a/source4/lib/registry/config.mk +++ b/source4/lib/registry/config.mk @@ -43,7 +43,7 @@ PUBLIC_HEADERS = registry.h [SUBSYSTEM::registry_common] PUBLIC_DEPENDENCIES = registry OBJ_FILES = tools/common.o -PUBLIC_PROTO_HEADER = tools/common.h +PRIVATE_PROTO_HEADER = tools/common.h ################################################ # Start BINARY regdiff -- cgit