summaryrefslogtreecommitdiff
path: root/source4/smbd
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-11-06 12:05:09 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:24:53 -0500
commit2eeb0e5f282a22e11de07d4038b01fc446e3fc14 (patch)
tree540812387eb44774e9778a8fb9863a2a5a615d07 /source4/smbd
parent18aa4c6a38ce994fb59de38c93969d18c992cf8b (diff)
downloadsamba-2eeb0e5f282a22e11de07d4038b01fc446e3fc14.tar.gz
samba-2eeb0e5f282a22e11de07d4038b01fc446e3fc14.tar.bz2
samba-2eeb0e5f282a22e11de07d4038b01fc446e3fc14.zip
r19569: Require that all public header files have a destination path. Fix
places where this was currently not the case. (This used to be commit 3894497a232df8cf0457c7439c9ae347f63f24a1)
Diffstat (limited to 'source4/smbd')
-rw-r--r--source4/smbd/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/smbd/config.mk b/source4/smbd/config.mk
index 061893d5a1..5ae94c5e13 100644
--- a/source4/smbd/config.mk
+++ b/source4/smbd/config.mk
@@ -25,7 +25,7 @@ PUBLIC_DEPENDENCIES = \
[SUBSYSTEM::PIDFILE]
OBJ_FILES = pidfile.o
-PUBLIC_PROTO_HEADER = pidfile.h
+PRIVATE_PROTO_HEADER = pidfile.h
#################################
# Start BINARY smbd