X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=lib%2FMakefile.am;h=51a8abd0cd9d6178ca576f25f448b15eca1fe66b;hb=b4b599d2508296a9dac0abe29532fc0884f299b7;hp=c0f38789623b0b5f258a877f810c98df20f14c9a;hpb=5075c7ea69cc66fa5031ab8d562a66274300ced6;p=zfs.git diff --git a/lib/Makefile.am b/lib/Makefile.am index c0f3878..51a8abd 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1 +1,7 @@ -SUBDIRS = libspl libavl libefi libnvpair 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 += libnvpair libuutil libzpool libzfs