From 4c5a4a7e0288e9ac0b2f795befd5684059e4c429 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 21 Oct 2005 16:29:54 +0000 Subject: r11244: Relative path names in .mk files (This used to be commit 24e10300906c380919d2d631bfb3b8fd6b3f54ba) --- source4/lib/samba3/config.mk | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'source4/lib/samba3') diff --git a/source4/lib/samba3/config.mk b/source4/lib/samba3/config.mk index db5d04ddaa..bd135ed7ef 100644 --- a/source4/lib/samba3/config.mk +++ b/source4/lib/samba3/config.mk @@ -2,15 +2,15 @@ # Start SUBSYSTEM LIBSAMBA3 [SUBSYSTEM::LIBSAMBA3] ADD_OBJ_FILES = \ - lib/samba3/smbpasswd.o \ - lib/samba3/tdbsam.o \ - lib/samba3/policy.o \ - lib/samba3/idmap.o \ - lib/samba3/winsdb.o \ - lib/samba3/samba3.o \ - lib/samba3/group.o \ - lib/samba3/registry.o \ - lib/samba3/secrets.o \ - lib/samba3/share_info.o + smbpasswd.o \ + tdbsam.o \ + policy.o \ + idmap.o \ + winsdb.o \ + samba3.o \ + group.o \ + registry.o \ + secrets.o \ + share_info.o # End SUBSYSTEM LIBSAMBA3 ################################################ -- cgit