[PATCH] build: Remove libndp for now



It's installing itself into $(prefix), whereas we need a private
library in $(pkglibdir).

I think libgsystem is a pretty good example of a useful git submodule;
it's designed for nonrecursive automake; it provides a
Makefile-libgsystem.am that one can include, but doesn't force the use
of SUBDIRS and particularly that the *containing* module does e.g.

include libgsystem/Makefile-libgsystem.am
pkglibdir_LTLIBRARIES += libgsystem.la

So the containing module is choosing where to install.
---
 .gitmodules  |    3 ---
 Makefile.am  |    1 -
 configure.ac |    1 -
 libndp       |    1 -
 4 files changed, 0 insertions(+), 6 deletions(-)
 delete mode 160000 libndp


Attachment: 0001-build-Remove-libndp-for-now.patch
Description: Text Data



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]