From 41669237cd714c59af9e634cb2ac162d6ee57e82 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 16 Sep 2008 16:39:45 +0200 Subject: Use single copy of socket_wrapper in Samba 3 and Samba 4. --- source4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/Makefile') diff --git a/source4/Makefile b/source4/Makefile index 546eb072d8..2dd0af0389 100644 --- a/source4/Makefile +++ b/source4/Makefile @@ -71,7 +71,7 @@ libmessagingsrcdir := lib/messaging libeventssrcdir := lib/events libcmdlinesrcdir := lib/cmdline poptsrcdir := lib/popt -socketwrappersrcdir := lib/socket_wrapper +socketwrappersrcdir := ../socket_wrapper nsswrappersrcdir := lib/nss_wrapper appwebsrcdir := lib/appweb libstreamsrcdir := lib/stream -- cgit