lib/util: add missing 'errors' dependency to 'tevent-util'
authorStefan Metzmacher <metze@samba.org>
Mon, 14 May 2012 09:46:39 +0000 (11:46 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 14 May 2012 13:12:34 +0000 (15:12 +0200)
metze

lib/util/wscript_build

index d50592bd1f30882b953134b2591a1ba7d6d39914..2fa402396c735209f82ff4c368b6bf53d5782761 100755 (executable)
@@ -57,7 +57,7 @@ bld.SAMBA_LIBRARY('util_tdb',
 bld.SAMBA_LIBRARY('tevent-util',
        source='tevent_unix.c tevent_ntstatus.c tevent_werror.c',
        local_include=False,
-       public_deps='tevent',
+       public_deps='tevent errors',
        public_headers='tevent_ntstatus.h tevent_unix.h tevent_werror.h',
        header_path=[ ('*', 'util') ],
        pc_files=[],