X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=lib%2FMakefile.am;h=51a8abd0cd9d6178ca576f25f448b15eca1fe66b;hb=ff998d804ff2fec3adc91fd0e78d25998094aca9;hp=2de0227878c4a90b4b681133d968d0196508fd1c;hpb=c9c0d073da561bcbefbdf09c87fc75b227415619;p=zfs.git diff --git a/lib/Makefile.am b/lib/Makefile.am index 2de0227..51a8abd 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 += libnvpair libuutil libzpool libzfs