From c29b88c03aecff22f2124cd20d43ed81f0ca73f6 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 7 Mar 2006 18:16:59 +0000 Subject: r13972: fix the build, jelmer can you please take a look at what's going wrong here metze (This used to be commit 737b149546ac0ee93a0d6c4f54ed40dd6dd259c3) --- source4/lib/util/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/util') diff --git a/source4/lib/util/config.mk b/source4/lib/util/config.mk index 24e36dc72e..cf2e038709 100644 --- a/source4/lib/util/config.mk +++ b/source4/lib/util/config.mk @@ -3,7 +3,7 @@ MAJOR_VERSION = 0 MINOR_VERSION = 0 RELEASE_VERSION = 1 DESCRIPTION = Generic utility functions -PUBLIC_PROTO_HEADER = util_proto.h +PRIVATE_PROTO_HEADER = util_proto.h PUBLIC_HEADERS = util.h \ byteorder.h \ debug.h \ -- cgit