summaryrefslogtreecommitdiff
path: root/source4/lib/util
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-03-07 18:16:59 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:52:33 -0500
commitc29b88c03aecff22f2124cd20d43ed81f0ca73f6 (patch)
tree9877ac7cc56b6f6c178a731c93cc1d76c088bfee /source4/lib/util
parent0fbcfd8920e8df3cfb4ba5ce2d1fcf48b38a4acf (diff)
downloadsamba-c29b88c03aecff22f2124cd20d43ed81f0ca73f6.tar.gz
samba-c29b88c03aecff22f2124cd20d43ed81f0ca73f6.tar.bz2
samba-c29b88c03aecff22f2124cd20d43ed81f0ca73f6.zip
r13972: fix the build, jelmer can you please take a look at what's going wrong here
metze (This used to be commit 737b149546ac0ee93a0d6c4f54ed40dd6dd259c3)
Diffstat (limited to 'source4/lib/util')
-rw-r--r--source4/lib/util/config.mk2
1 files changed, 1 insertions, 1 deletions
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 \