diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-23 21:30:41 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-23 21:30:41 +0200 |
commit | 6b5d0b32b68a65121b05ca4f250807576a9ff23e (patch) | |
tree | cef365f90066b5ff050c576d78e575f1e5545194 /source4/lib/torture/config.mk | |
parent | 22f566c39b564c39eca40a76bf1dfece96d7ece5 (diff) | |
download | samba-6b5d0b32b68a65121b05ca4f250807576a9ff23e.tar.gz samba-6b5d0b32b68a65121b05ca4f250807576a9ff23e.tar.bz2 samba-6b5d0b32b68a65121b05ca4f250807576a9ff23e.zip |
Move subunit ui ops out of smbtorture to the torture library.
Diffstat (limited to 'source4/lib/torture/config.mk')
-rw-r--r-- | source4/lib/torture/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/torture/config.mk b/source4/lib/torture/config.mk index 49e7b1a171..8a7f2a3b6b 100644 --- a/source4/lib/torture/config.mk +++ b/source4/lib/torture/config.mk @@ -9,6 +9,6 @@ torture_VERSION = 0.0.1 torture_SOVERSION = 0 PC_FILES += $(libtorturesrcdir)/torture.pc -torture_OBJ_FILES = $(addprefix $(libtorturesrcdir)/, torture.o) +torture_OBJ_FILES = $(addprefix $(libtorturesrcdir)/, torture.o subunit.o) PUBLIC_HEADERS += $(libtorturesrcdir)/torture.h |