X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=lib%2FMakefile.am;h=09139d58c40a55fadc27d1aba2ddaa779f5ea03d;hb=330d06f90d143b41b276796526a66a1c1fff046d;hp=2de0227878c4a90b4b681133d968d0196508fd1c;hpb=c9c0d073da561bcbefbdf09c87fc75b227415619;p=zfs.git diff --git a/lib/Makefile.am b/lib/Makefile.am index 2de0227..09139d5 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1 +1,7 @@ -SUBDIRS = libavl libefi libnvpair libunicode libuutil libzfs libzpool +# NB: GNU Automake Manual, Chapter 8.3.5: Libtool Convenience Libraries +# These five libraries are intermediary build components. +SUBDIRS = libspl libavl libefi libshare libunicode + +# These four libraries, which are installed as the final build product, +# incorporate the five convenience libraries given above. +SUBDIRS += libuutil libnvpair libzpool libzfs