1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-02 20:23:50 +03:00

r11244: Relative path names in .mk files

This commit is contained in:
Jelmer Vernooij
2005-10-21 16:29:54 +00:00
committed by Gerald (Jerry) Carter
parent 99444c129d
commit 24e1030090
58 changed files with 1406 additions and 1388 deletions

View File

@@ -2,6 +2,6 @@
# Start SUBSYSTEM SOCKET_WRAPPER
[SUBSYSTEM::SOCKET_WRAPPER]
NOPROTO = YES
INIT_OBJ_FILES = lib/socket_wrapper/socket_wrapper.o
INIT_OBJ_FILES = socket_wrapper.o
# End SUBSYSTEM SOCKET_WRAPPER
##############################