summaryrefslogtreecommitdiff
path: root/source4/lib/registry/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-03-13 20:08:44 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:49:33 -0500
commitc1c34c4179f887e42088192bacc984def213d451 (patch)
tree0532e1311bc2da47e1a8a0eb5608a90e55afc43c /source4/lib/registry/config.mk
parent37f2d53528273c355fd646233a8037565b5432fc (diff)
downloadsamba-c1c34c4179f887e42088192bacc984def213d451.tar.gz
samba-c1c34c4179f887e42088192bacc984def213d451.tar.bz2
samba-c1c34c4179f887e42088192bacc984def213d451.zip
r21828: Hardcode prototypes, as they're a public API.
(This used to be commit 02ae0b9cde8a18498bc72583d8cac9b0217da4ad)
Diffstat (limited to 'source4/lib/registry/config.mk')
-rw-r--r--source4/lib/registry/config.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/registry/config.mk b/source4/lib/registry/config.mk
index a7fe1113c7..78752ae988 100644
--- a/source4/lib/registry/config.mk
+++ b/source4/lib/registry/config.mk
@@ -86,7 +86,6 @@ OBJ_FILES = \
patchfile.o
PUBLIC_DEPENDENCIES = \
LIBSAMBA-UTIL CHARSET
-PUBLIC_PROTO_HEADER = registry_proto.h
PUBLIC_HEADERS = registry.h
# End MODULE registry_ldb
################################################