diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-02-26 15:36:16 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-02-26 17:47:00 +0100 |
commit | b934f509ed222eb49e8b24ca111361e563434646 (patch) | |
tree | 0dda84ae5a3ea936ac2fed471c55273f14f59e66 /lib/torture | |
parent | c5e062ed74ec7e13e03ed24e9e4d2ced5351f141 (diff) | |
download | samba-b934f509ed222eb49e8b24ca111361e563434646.tar.gz samba-b934f509ed222eb49e8b24ca111361e563434646.tar.bz2 samba-b934f509ed222eb49e8b24ca111361e563434646.zip |
lib/torture: fix depency to map_nt_error_from_unix()
This should fix the build on Mac OS 10
metze
Diffstat (limited to 'lib/torture')
-rw-r--r-- | lib/torture/config.mk | 4 |
1 files changed, 3 insertions, 1 deletions
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 |