summaryrefslogtreecommitdiff
path: root/source4/lib/samba3
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-09-14 23:03:29 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:06:45 -0500
commit6f37a17d4a66c67de974cec14ebdf627114a397e (patch)
tree6971ebe256c9d0f449d60211c46c7165edce7aaa /source4/lib/samba3
parentcc17260f5d1fe5f0f3b46514f6e53f2aebd352ab (diff)
downloadsamba-6f37a17d4a66c67de974cec14ebdf627114a397e.tar.gz
samba-6f37a17d4a66c67de974cec14ebdf627114a397e.tar.bz2
samba-6f37a17d4a66c67de974cec14ebdf627114a397e.zip
r25174: Export header from just one place.
(This used to be commit 82383a6c12c2c4f2a8779f9399e503003a4a9f99)
Diffstat (limited to 'source4/lib/samba3')
-rw-r--r--source4/lib/samba3/config.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/samba3/config.mk b/source4/lib/samba3/config.mk
index b6441c4dcd..aefb077cf5 100644
--- a/source4/lib/samba3/config.mk
+++ b/source4/lib/samba3/config.mk
@@ -18,7 +18,6 @@ PRIVATE_DEPENDENCIES = LIBSAMBA-UTIL LIBTDB NDR_SECURITY \
# Start SUBSYSTEM LIBSAMBA3
[SUBSYSTEM::SMBPASSWD]
PRIVATE_PROTO_HEADER = samba3_smbpasswd_proto.h
-PUBLIC_HEADERS = samba3.h
OBJ_FILES = smbpasswd.o
# End SUBSYSTEM LIBSAMBA3
################################################