progs/Makefile.am: Don't link `pixie' against the main `libcatacomb.la'.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 18 Sep 2019 18:47:47 +0000 (19:47 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 18 Sep 2019 18:48:58 +0000 (19:48 +0100)
commitdc467b41beb8451bab0118027019378191e86e7a
treefc8ea3fd59c0fabce582d91648e09593b6aa7905
parent924c7057076a23e322d40693912633dc546867e9
progs/Makefile.am: Don't link `pixie' against the main `libcatacomb.la'.

It doesn't actually do any cryptography.  Instead, Just pick out the
`base' and `key' libraries which contain its (very light) requirements.

This is the conclusion I reached following an Android ARM64 build
failure caused by lack of maths functions.
progs/Makefile.am