diff options
Diffstat (limited to 'source4/torture/config.mk')
-rw-r--r-- | source4/torture/config.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk index 6d1ddd4d5a..43a42217f5 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -94,6 +94,16 @@ REQUIRED_SUBSYSTEMS = \ ################################# ################################# +# Start SUBSYSTEM TORTURE_LOCAL +[SUBSYSTEM::TORTURE_LOCAL] +ADD_OBJ_FILES = \ + torture/local/iconv.o +REQUIRED_SUBSYSTEMS = \ + LIBSMB +# End SUBSYSTEM TORTURE_LOCAL +################################# + +################################# # Start SUBSYSTEM TORTURE_NBENCH [SUBSYSTEM::TORTURE_NBENCH] ADD_OBJ_FILES = \ @@ -125,6 +135,7 @@ REQUIRED_SUBSYSTEMS = \ TORTURE_RPC \ TORTURE_RAP \ TORTURE_AUTH \ + TORTURE_LOCAL \ TORTURE_NBENCH \ TORTURE_LDAP \ CONFIG \ |