diff options
Diffstat (limited to 'source4/lib/replace/config.mk')
-rw-r--r-- | source4/lib/replace/config.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source4/lib/replace/config.mk b/source4/lib/replace/config.mk index 49133651b4..7ed33b2dc0 100644 --- a/source4/lib/replace/config.mk +++ b/source4/lib/replace/config.mk @@ -1,7 +1,7 @@ ############################## # Start SUBSYSTEM REPLACE_READDIR [SUBSYSTEM::REPLACE_READDIR] -ADD_OBJ_FILES = \ +OBJ_FILES = \ repdir/repdir.o NOPROTO = YES # End SUBSYSTEM REPLACE_READDIR @@ -11,8 +11,7 @@ NOPROTO = YES ############################## # Start SUBSYSTEM LIBREPLACE [SUBSYSTEM::LIBREPLACE] -INIT_OBJ_FILES = replace.o -ADD_OBJ_FILES = \ +OBJ_FILES = replace.o \ snprintf.o \ dlfcn.o NOPROTO = YES |