summaryrefslogtreecommitdiff
path: root/source4/libnet
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-04-02 13:41:10 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-04-02 13:41:10 +0200
commit236fc02913adafd80921d4e30aa6ee1e414bef44 (patch)
tree66995342a7d2da5bd050a1ab45a2a22de6500202 /source4/libnet
parentafe3e8172ddaa5e4aa811faceecda4f943d6e2ef (diff)
downloadsamba-236fc02913adafd80921d4e30aa6ee1e414bef44.tar.gz
Reduce the number of installed headers.
(This used to be commit 2243e24024f09ff9c9c7d0eb735c3b39c9d84424)
Diffstat (limited to 'source4/libnet')
-rw-r--r--source4/libnet/config.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/libnet/config.mk b/source4/libnet/config.mk
index c35b7decc49..00af6b37f27 100644
--- a/source4/libnet/config.mk
+++ b/source4/libnet/config.mk
@@ -25,10 +25,10 @@ OBJ_FILES = \
prereq_domain.o
PUBLIC_DEPENDENCIES = CREDENTIALS dcerpc dcerpc_samr RPC_NDR_LSA RPC_NDR_SRVSVC RPC_NDR_DRSUAPI LIBCLI_COMPOSITE LIBCLI_RESOLVE LIBCLI_FINDDCS LIBCLI_CLDAP LIBCLI_FINDDCS gensec_schannel LIBCLI_AUTH LIBNDR SMBPASSWD
-PUBLIC_HEADERS += $(addprefix libnet/, libnet.h libnet_join.h libnet_lookup.h libnet_passwd.h \
- libnet_rpc.h libnet_share.h libnet_time.h \
- libnet_user.h libnet_site.h libnet_vampire.h \
- userinfo.h userman.h)
+#PUBLIC_HEADERS += $(addprefix libnet/, libnet.h libnet_join.h libnet_lookup.h libnet_passwd.h \
+# libnet_rpc.h libnet_share.h libnet_time.h \
+# libnet_user.h libnet_site.h libnet_vampire.h \
+# userinfo.h userman.h)
[PYTHON::swig_net]