mirror of
https://github.com/samba-team/samba.git
synced 2025-11-29 16:23:52 +03:00
* libreplace can now build stand-alone * add stub testsuite for libreplace * make talloc/tdb/ldb use libreplace
20 lines
459 B
Makefile
20 lines
459 B
Makefile
##############################
|
|
# Start SUBSYSTEM REPLACE_READDIR
|
|
[SUBSYSTEM::REPLACE_READDIR]
|
|
OBJ_FILES = \
|
|
repdir/repdir.o
|
|
# End SUBSYSTEM REPLACE_READDIR
|
|
##############################
|
|
|
|
##############################
|
|
# Start SUBSYSTEM LIBREPLACE
|
|
[SUBSYSTEM::LIBREPLACE]
|
|
CFLAGS = -Ilib/replace
|
|
OBJ_FILES = replace.o \
|
|
snprintf.o \
|
|
dlfcn.o \
|
|
getpass.o
|
|
PUBLIC_DEPENDENCIES = REPLACE_READDIR DL
|
|
# End SUBSYSTEM LIBREPLACE
|
|
##############################
|