diff options
Diffstat (limited to 'source4/torture/local/config.mk')
-rw-r--r-- | source4/torture/local/config.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk new file mode 100644 index 0000000000..bbfce62cfd --- /dev/null +++ b/source4/torture/local/config.mk @@ -0,0 +1,23 @@ +################################# +# Start SUBSYSTEM TORTURE_LOCAL +[SUBSYSTEM::TORTURE_LOCAL] +ADD_OBJ_FILES = \ + iconv.o \ + ../../lib/talloc/testsuite.o \ + messaging.o \ + binding_string.o \ + idtree.o \ + socket.o \ + irpc.o \ + registry.o \ + resolve.o \ + util_strlist.o \ + util_file.o \ + sddl.o +REQUIRED_SUBSYSTEMS = \ + LIBSMB \ + MESSAGING \ + REGISTRY +# End SUBSYSTEM TORTURE_LOCAL +################################# + |