diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-04-14 20:00:04 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-04-14 20:00:04 +0200 |
commit | a15b6f1606e1c761c2c4037b734137e97f00489f (patch) | |
tree | d0623760e0cf797af4dbb78c4e54f48f554529ba /source4/torture | |
parent | 43896320dd0a1fed1b1bedb46c99a7eb6498e816 (diff) | |
download | samba-a15b6f1606e1c761c2c4037b734137e97f00489f.tar.gz samba-a15b6f1606e1c761c2c4037b734137e97f00489f.tar.bz2 samba-a15b6f1606e1c761c2c4037b734137e97f00489f.zip |
Fix unresolved symbols.
(This used to be commit 8573e828d1b68c47b3c1754e9be230b2e78d9d52)
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/config.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk index e15d20d9cd..dc2b1c5c5e 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -11,9 +11,7 @@ PUBLIC_DEPENDENCIES = \ LIBPOPT -torture_OBJ_FILES = \ - torture.o \ - ui.o +torture_OBJ_FILES = $(addprefix torture/, torture.o ui.o) PUBLIC_HEADERS += torture/torture.h torture/ui.h @@ -21,7 +19,7 @@ PUBLIC_HEADERS += torture/torture.h torture/ui.h PRIVATE_DEPENDENCIES = LIBCLI_RAW LIBPYTHON smbcalls PROVISION PUBLIC_DEPENDENCIES = POPT_CREDENTIALS -TORTURE_UTIL_OBJ_FILES = util_smb.o +TORTURE_UTIL_OBJ_FILES = torture/util_smb.o ################################# # Start SUBSYSTEM TORTURE_BASIC |