diff options
author | John Forte <John.Forte@Sun.COM> | 2009-10-06 19:56:15 -0700 |
---|---|---|
committer | John Forte <John.Forte@Sun.COM> | 2009-10-06 19:56:15 -0700 |
commit | 450396635f70344c58b6b1e4db38cf17ff34445c (patch) | |
tree | fa089b0718400774602b3f29e7e9b326795e2a9b /usr/src/lib/Makefile | |
parent | bd963cb9a079e6b9cd23645670bf4b0185cbfe4c (diff) | |
download | illumos-gate-450396635f70344c58b6b1e4db38cf17ff34445c.tar.gz |
PSARC/2009/465 COMSTAR ALUA active/standby support
6862774 Add support for ALUA to COMSTAR
6878583 mem leak in stmfGetLuResource()
6850890 stmfTargetProperties.protocol is not populated for stmfGetTargetProperties()
Diffstat (limited to 'usr/src/lib/Makefile')
-rw-r--r-- | usr/src/lib/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/lib/Makefile b/usr/src/lib/Makefile index 2649d23a67..9c364883a7 100644 --- a/usr/src/lib/Makefile +++ b/usr/src/lib/Makefile @@ -156,6 +156,7 @@ SUBDIRS += \ libsmbfs \ libfcoe \ libstmf \ + libstmfproxy \ libnsctl \ libunistat \ libdscfg \ @@ -449,6 +450,7 @@ HDRSUBDIRS= \ libsqlite \ libfcoe \ libstmf \ + libstmfproxy \ libsum \ libsysevent \ libtecla \ @@ -595,6 +597,7 @@ libshell: libast libcmd libdll libsocket libsecdb libsip: libmd5 libsmbfs: libsocket libnsl libkrb5 libsocket: libnsl +libstmfproxy: libstmf libsocket libnsl libpthread libsum: libast libldap5: libsasl libsocket libnsl libmd libsldap: libldap5 libtsol libnsl libc libscf libresolv |