diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-09-13 09:47:41 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:31 -0500 |
commit | 0584c108dbf6072d28b97ca3dcd70ef25ff4359c (patch) | |
tree | 8b1cbae13edaa2a17ac4e4401db447ff57219037 /source4/lib/replace/config.mk | |
parent | c447b8a199cc61221b99f4582d714bac3774ae1b (diff) | |
download | samba-0584c108dbf6072d28b97ca3dcd70ef25ff4359c.tar.gz samba-0584c108dbf6072d28b97ca3dcd70ef25ff4359c.tar.bz2 samba-0584c108dbf6072d28b97ca3dcd70ef25ff4359c.zip |
r18450: - autogenerate the OBJ_FILES for LIBREPLACE
- remove samba specific stuff from libreplace
- and include the readdir replacement stuff in the standalone builds
metze
(This used to be commit 3cac61152ef9a32313d7f7e5d38651f03a31f251)
Diffstat (limited to 'source4/lib/replace/config.mk')
-rw-r--r-- | source4/lib/replace/config.mk | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/source4/lib/replace/config.mk b/source4/lib/replace/config.mk deleted file mode 100644 index 1e940b0a71..0000000000 --- a/source4/lib/replace/config.mk +++ /dev/null @@ -1,29 +0,0 @@ -############################## -# 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 \ - timegm.o -PUBLIC_DEPENDENCIES = REPLACE_READDIR DL -# End SUBSYSTEM LIBREPLACE -############################## - -[SUBSYSTEM::LIBREPLACE_HOSTCC] -CFLAGS = -Ilib/replace -OBJ_FILES = replace.ho \ - snprintf.ho \ - dlfcn.ho \ - getpass.ho \ - timegm.ho - |