diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/talloc/wscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/talloc/wscript b/lib/talloc/wscript index 55f0e2ced6..bd47be8eaa 100644 --- a/lib/talloc/wscript +++ b/lib/talloc/wscript @@ -60,8 +60,8 @@ def build(bld): # should we also install the symlink to libtalloc1.so here? bld.SAMBA_LIBRARY('talloc-compat1', - 'talloc.c compat/talloc_compat1.c', - deps='replace', + 'compat/talloc_compat1.c', + deps='talloc', enabled = bld.env.TALLOC_COMPAT1, vnum=VERSION) |