summaryrefslogtreecommitdiff
path: root/source4/libnet/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-05-18 19:10:37 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-05-18 19:10:37 +0200
commit100d3967d3e522027f72bf5071f0b385eea32e74 (patch)
tree9dd5ff4ed72f6d2a2820a5ff0a9a7c89f5193d86 /source4/libnet/config.mk
parent4d2f44163e07995949fcf915019e0a6eb7c00b24 (diff)
downloadsamba-100d3967d3e522027f72bf5071f0b385eea32e74.tar.gz
samba-100d3967d3e522027f72bf5071f0b385eea32e74.tar.bz2
samba-100d3967d3e522027f72bf5071f0b385eea32e74.zip
Use src dir.
(This used to be commit 63f2b66f0e1120a516d3dfcd03b38db2e4aaddd0)
Diffstat (limited to 'source4/libnet/config.mk')
-rw-r--r--source4/libnet/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/libnet/config.mk b/source4/libnet/config.mk
index 2d82b0bc42..94eda79671 100644
--- a/source4/libnet/config.mk
+++ b/source4/libnet/config.mk
@@ -2,7 +2,7 @@
PRIVATE_PROTO_HEADER = libnet_proto.h
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 PROVISION
-LIBSAMBA-NET_OBJ_FILES = $(addprefix $(libnetdir)/, \
+LIBSAMBA-NET_OBJ_FILES = $(addprefix $(libnetsrcdir)/, \
libnet.o libnet_passwd.o libnet_time.o libnet_rpc.o \
libnet_join.o libnet_site.o libnet_become_dc.o libnet_unbecome_dc.o \
libnet_vampire.o libnet_samdump.o libnet_samdump_keytab.o \
@@ -13,4 +13,4 @@ LIBSAMBA-NET_OBJ_FILES = $(addprefix $(libnetdir)/, \
[PYTHON::python_net]
PRIVATE_DEPENDENCIES = LIBSAMBA-NET
-python_net_OBJ_FILES = $(libnetdir)/py_net.o
+python_net_OBJ_FILES = $(libnetsrcdir)/py_net.o