diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/config.mk | 8 | ||||
-rw-r--r-- | source4/torture/local/config.mk | 3 |
2 files changed, 8 insertions, 3 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk index d28fefa2ce..c674cd82f1 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -6,8 +6,7 @@ VERSION = 0.0.1 PUBLIC_HEADERS = torture.h PUBLIC_PROTO_HEADER = proto.h OBJ_FILES = \ - torture.o \ - ui.o + torture.o PUBLIC_DEPENDENCIES = \ TORTURE_UTIL \ TORTURE_RAW \ @@ -26,6 +25,11 @@ OBJ_FILES = torture_util.o PUBLIC_PROTO_HEADER = util.h PUBLIC_DEPENDENCIES = POPT_CREDENTIALS +[SUBSYSTEM::TORTURE_UI] +OBJ_FILES = ui.o +PUBLIC_HEADERS = ui.h +PUBLIC_DEPENDENCIES = LIBTALLOC + ################################# # Start SUBSYSTEM TORTURE_BASIC [MODULE::TORTURE_BASIC] diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk index 9806a10062..c795df1ff8 100644 --- a/source4/torture/local/config.mk +++ b/source4/torture/local/config.mk @@ -23,7 +23,8 @@ PUBLIC_DEPENDENCIES = \ MESSAGING \ ICONV \ registry \ - POPT_CREDENTIALS + POPT_CREDENTIALS \ + TORTURE_UI # End SUBSYSTEM TORTURE_LOCAL ################################# |