diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-11-16 16:19:58 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-11-16 16:21:25 +0100 |
commit | 45cf68ce8f9426757c37a8352f9d9104be814407 (patch) | |
tree | a13d69f4592dda56088784cf3eefa712ffd52b8e /source4/lib/registry | |
parent | e711d7615797c48650bc8159928ab00a68055a6e (diff) | |
download | samba-45cf68ce8f9426757c37a8352f9d9104be814407.tar.gz samba-45cf68ce8f9426757c37a8352f9d9104be814407.tar.bz2 samba-45cf68ce8f9426757c37a8352f9d9104be814407.zip |
s4:torture: fix the build with auto dependencies
metze
Diffstat (limited to 'source4/lib/registry')
-rw-r--r-- | source4/lib/registry/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/config.mk b/source4/lib/registry/config.mk index 2e2b45abe9..9af61f9632 100644 --- a/source4/lib/registry/config.mk +++ b/source4/lib/registry/config.mk @@ -97,7 +97,7 @@ regtree_OBJ_FILES = $(libregistrysrcdir)/tools/regtree.o MANPAGES += $(libregistrysrcdir)/man/regtree.1 [SUBSYSTEM::torture_registry] -PRIVATE_DEPENDENCIES = registry +PRIVATE_DEPENDENCIES = torture registry torture_registry_OBJ_FILES = $(addprefix $(libregistrysrcdir)/tests/, generic.o hive.o diff.o registry.o) |