From b934f509ed222eb49e8b24ca111361e563434646 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 26 Feb 2009 15:36:16 +0100 Subject: lib/torture: fix depency to map_nt_error_from_unix() This should fix the build on Mac OS 10 metze --- lib/torture/config.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/torture') diff --git a/lib/torture/config.mk b/lib/torture/config.mk index abd89260f6..b4ad9ae17f 100644 --- a/lib/torture/config.mk +++ b/lib/torture/config.mk @@ -3,7 +3,9 @@ PUBLIC_DEPENDENCIES = \ LIBSAMBA-HOSTCONFIG \ LIBSAMBA-UTIL \ - LIBTALLOC + LIBSAMBA-ERRORS \ + LIBTALLOC \ + LIBTEVENT CFLAGS = -I$(libtorturesrcdir) -I$(libtorturesrcdir)/../ torture_VERSION = 0.0.1 -- cgit