diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-12-29 11:24:05 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-12-29 14:46:08 +0100 |
commit | aec16efaf29bc6c5e4973e2f4e218d7fc4b652cb (patch) | |
tree | bc83484ec198f32a87ea7da56184141a1785bdd4 /source4/Makefile | |
parent | a7036d2bd0d6b476c886072518961fbbc10a5861 (diff) | |
download | samba-aec16efaf29bc6c5e4973e2f4e218d7fc4b652cb.tar.gz samba-aec16efaf29bc6c5e4973e2f4e218d7fc4b652cb.tar.bz2 samba-aec16efaf29bc6c5e4973e2f4e218d7fc4b652cb.zip |
s4: remove unused dbwrap code
If we readd this later, we should share the code with
samba3 and make it async/non-blocking.
metze
Diffstat (limited to 'source4/Makefile')
-rw-r--r-- | source4/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/Makefile b/source4/Makefile index fff2dbf544..7d4540ae6a 100644 --- a/source4/Makefile +++ b/source4/Makefile @@ -78,7 +78,6 @@ appwebsrcdir := lib/appweb libstreamsrcdir := lib/stream libutilsrcdir := ../lib/util libtdrsrcdir := lib/tdr -libdbwrapsrcdir := lib/dbwrap libcryptosrcdir := ../lib/crypto libtorturesrcdir := ../lib/torture smb_serversrcdir := smb_server |