diff options
author | Kai Blin <kai@samba.org> | 2009-04-16 14:53:36 +0200 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2009-05-30 09:17:37 +0200 |
commit | 57ea909b327812479e9c61f0398f257023a504b4 (patch) | |
tree | aae6e4514a2ff09738d583ed4a4a0a640a8f0702 /source4/Makefile | |
parent | 590a3afc8a22658075235b5b5eb30e977999b3a8 (diff) | |
download | samba-57ea909b327812479e9c61f0398f257023a504b4.tar.gz samba-57ea909b327812479e9c61f0398f257023a504b4.tar.bz2 samba-57ea909b327812479e9c61f0398f257023a504b4.zip |
libwbclient: Add async call framework.
Diffstat (limited to 'source4/Makefile')
-rw-r--r-- | source4/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/Makefile b/source4/Makefile index 7bc48b9fe4..2a3ad2def1 100644 --- a/source4/Makefile +++ b/source4/Makefile @@ -58,6 +58,7 @@ clustersrcdir := cluster libnetsrcdir := libnet authsrcdir := auth nsswitchsrcdir := ../nsswitch +libwbclientsrcdir := ../nsswitch/libwbclient libsrcdir := lib libsocketsrcdir := lib/socket libcharsetsrcdir := ../lib/util/charset |