summaryrefslogtreecommitdiff
path: root/source4/libnet/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-10-21 16:29:54 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:45:06 -0500
commit4c5a4a7e0288e9ac0b2f795befd5684059e4c429 (patch)
treee4ba25456c59c45b535225cae34228f69e3d0551 /source4/libnet/config.mk
parent568dd26ac783385c1c2a69a392f5a569ebdd13a2 (diff)
downloadsamba-4c5a4a7e0288e9ac0b2f795befd5684059e4c429.tar.gz
samba-4c5a4a7e0288e9ac0b2f795befd5684059e4c429.tar.bz2
samba-4c5a4a7e0288e9ac0b2f795befd5684059e4c429.zip
r11244: Relative path names in .mk files
(This used to be commit 24e10300906c380919d2d631bfb3b8fd6b3f54ba)
Diffstat (limited to 'source4/libnet/config.mk')
-rw-r--r--source4/libnet/config.mk28
1 files changed, 14 insertions, 14 deletions
diff --git a/source4/libnet/config.mk b/source4/libnet/config.mk
index d9617982ba..f21f31cbac 100644
--- a/source4/libnet/config.mk
+++ b/source4/libnet/config.mk
@@ -2,21 +2,21 @@
# Start SUBSYSTEM LIBNET
[SUBSYSTEM::LIBNET]
INIT_OBJ_FILES = \
- libnet/libnet.o
+ libnet.o
ADD_OBJ_FILES = \
- libnet/libnet_passwd.o \
- libnet/libnet_time.o \
- libnet/libnet_rpc.o \
- libnet/libnet_join.o \
- libnet/libnet_vampire.o \
- libnet/libnet_samdump.o \
- libnet/libnet_samsync_ldb.o \
- libnet/libnet_user.o \
- libnet/libnet_share.o \
- libnet/libnet_lookup.o \
- libnet/userinfo.o \
- libnet/userman.o \
- libnet/domain.o
+ libnet_passwd.o \
+ libnet_time.o \
+ libnet_rpc.o \
+ libnet_join.o \
+ libnet_vampire.o \
+ libnet_samdump.o \
+ libnet_samsync_ldb.o \
+ libnet_user.o \
+ libnet_share.o \
+ libnet_lookup.o \
+ userinfo.o \
+ userman.o \
+ domain.o
REQUIRED_SUBSYSTEMS = RPC_NDR_SAMR RPC_NDR_LSA RPC_NDR_SRVSVC RPC_NDR_DRSUAPI LIBCLI_COMPOSITE LIBCLI_RESOLVE LIBSAMBA3 LIBCLI_CLDAP
# End SUBSYSTEM LIBNET
#################################