> From: "Colin Walters" <[email protected]> > > 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.
If you are suggesting to remove a submodule entirely, you should at least know why it was added. Please see: https://bugzilla.gnome.org/show_bug.cgi?id=699772#c2 Pavel > 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 > > > _______________________________________________ networkmanager-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/networkmanager-list
