diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-09-14 23:03:29 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:06:45 -0500 |
commit | 6f37a17d4a66c67de974cec14ebdf627114a397e (patch) | |
tree | 6971ebe256c9d0f449d60211c46c7165edce7aaa /source4 | |
parent | cc17260f5d1fe5f0f3b46514f6e53f2aebd352ab (diff) | |
download | samba-6f37a17d4a66c67de974cec14ebdf627114a397e.tar.gz samba-6f37a17d4a66c67de974cec14ebdf627114a397e.tar.xz samba-6f37a17d4a66c67de974cec14ebdf627114a397e.zip |
r25174: Export header from just one place.
(This used to be commit 82383a6c12c2c4f2a8779f9399e503003a4a9f99)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/samba3/config.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/samba3/config.mk b/source4/lib/samba3/config.mk index b6441c4dcd1..aefb077cf50 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 ################################################ |