diff options
Diffstat (limited to 'source4/torture/local/config.mk')
-rw-r--r-- | source4/torture/local/config.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk index 801c5e1117..27b9f90fa0 100644 --- a/source4/torture/local/config.mk +++ b/source4/torture/local/config.mk @@ -32,6 +32,7 @@ OBJ_FILES = \ sddl.o \ ../../lib/tdr/testsuite.o \ event.o \ + share.o \ local.o \ dbspeed.o \ torture.o @@ -46,7 +47,8 @@ PUBLIC_DEPENDENCIES = \ POPT_CREDENTIALS \ TORTURE_AUTH \ TORTURE_UTIL -PRIVATE_DEPENDENCIES = TORTURE_NDR +PRIVATE_DEPENDENCIES = TORTURE_NDR \ + share # End SUBSYSTEM TORTURE_LOCAL ################################# |