diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-09-16 16:39:45 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-16 16:39:45 +0200 |
commit | 41669237cd714c59af9e634cb2ac162d6ee57e82 (patch) | |
tree | 8c8a305a36e449cc37ab654d4a86f2566a3868b5 /source4/Makefile | |
parent | ec1c854f2175823bd1ad39c2e272d1b3fab80bf1 (diff) | |
download | samba-41669237cd714c59af9e634cb2ac162d6ee57e82.tar.gz samba-41669237cd714c59af9e634cb2ac162d6ee57e82.tar.bz2 samba-41669237cd714c59af9e634cb2ac162d6ee57e82.zip |
Use single copy of socket_wrapper in Samba 3 and Samba 4.
Diffstat (limited to 'source4/Makefile')
-rw-r--r-- | source4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |