Skip to content

Commit

Permalink
build: fix the libcryptosrcdir for the merged build
Browse files Browse the repository at this point in the history
metze
  • Loading branch information
metze-samba committed Sep 24, 2008
1 parent ec0eab7 commit 943387e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source3/samba4.mk
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ libstreamsrcdir := $(samba4srcdir)/lib/stream
libutilsrcdir := $(samba4srcdir)/lib/util
libtdrsrcdir := $(samba4srcdir)/lib/tdr
libdbwrapsrcdir := $(samba4srcdir)/lib/dbwrap
libcryptosrcdir := $(samba4srcdir)/lib/crypto
libcryptosrcdir := $(samba4srcdir)/../lib/crypto
libtorturesrcdir := $(samba4srcdir)/lib/torture
libcompressionsrcdir := $(samba4srcdir)/../lib/compression
libgencachesrcdir := $(samba4srcdir)/lib
Expand Down

0 comments on commit 943387e

Please sign in to comment.