diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-09-24 15:30:23 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-24 15:30:23 +0200 |
commit | 6925202bdee75d191bb5743659c53155ba1605ea (patch) | |
tree | 2a5c61b4ee46e66f637ebbe765b0eb8c07fbef0f /source4/Makefile | |
parent | 1ca2e4b99fadac78fd9c58ea9ec9973f19659203 (diff) | |
download | samba-6925202bdee75d191bb5743659c53155ba1605ea.tar.gz samba-6925202bdee75d191bb5743659c53155ba1605ea.tar.bz2 samba-6925202bdee75d191bb5743659c53155ba1605ea.zip |
Move source4/lib/crypto to lib/crypto.
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 11057ae5f3..3630adce56 100644 --- a/source4/Makefile +++ b/source4/Makefile @@ -77,7 +77,7 @@ libstreamsrcdir := lib/stream libutilsrcdir := lib/util libtdrsrcdir := lib/tdr libdbwrapsrcdir := lib/dbwrap -libcryptosrcdir := lib/crypto +libcryptosrcdir := ../lib/crypto libtorturesrcdir := lib/torture smb_serversrcdir := smb_server libcompressionsrcdir := ../lib/compression |