X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=lib%2FMakefile.am;h=09139d58c40a55fadc27d1aba2ddaa779f5ea03d;hb=7973e464de4f93b6e669f7f04a316e013767224e;hp=0d518d220fa8e1036f79aa58f662ce69ebbef417;hpb=46e18b3f0fc13aa0859d0fef7dc829db20491ab6;p=zfs.git diff --git a/lib/Makefile.am b/lib/Makefile.am index 0d518d2..09139d5 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,2 +1,7 @@ -SUBDIRS = libspl libavl libefi libnvpair libshare -SUBDIRS += libunicode libuutil libzpool libzfs +# 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