mirror of
https://github.com/samba-team/samba.git
synced 2025-01-06 13:18:07 +03:00
4c5a4a7e02
(This used to be commit 24e1030090
)
22 lines
473 B
Makefile
22 lines
473 B
Makefile
##############################
|
|
# Start SUBSYSTEM REPLACE_READDIR
|
|
[SUBSYSTEM::REPLACE_READDIR]
|
|
ADD_OBJ_FILES = \
|
|
repdir/repdir.o
|
|
NOPROTO = YES
|
|
# End SUBSYSTEM REPLACE_READDIR
|
|
##############################
|
|
|
|
|
|
##############################
|
|
# Start SUBSYSTEM LIBREPLACE
|
|
[SUBSYSTEM::LIBREPLACE]
|
|
INIT_OBJ_FILES = replace.o
|
|
ADD_OBJ_FILES = \
|
|
snprintf.o \
|
|
dlfcn.o
|
|
NOPROTO = YES
|
|
REQUIRED_SUBSYSTEMS = REPLACE_READDIR
|
|
# End SUBSYSTEM LIBREPLACE
|
|
##############################
|