diff options
Diffstat (limited to 'source4/lib/replace')
-rw-r--r-- | source4/lib/replace/config.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source4/lib/replace/config.mk b/source4/lib/replace/config.mk index dd338ac305..1e940b0a71 100644 --- a/source4/lib/replace/config.mk +++ b/source4/lib/replace/config.mk @@ -18,3 +18,12 @@ OBJ_FILES = replace.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 + |