Re: Plus characters ("++") in library name

[email protected]
Newsgroups gmane.comp.gnu.libtool.general
Message-ID <[email protected]>
On 2017-01-02 03:37, [email protected] wrote:
> Now I am having problems with "make dist" ... here are the errors from 
> make:

The "make dist" problem has been temporarily solved by adding a 
dist-hook target to Makefile.am like this:

(in the top-level Makefile.am):
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src
dist-hook:
	cp -f $(top_srcdir)/include/*.hpp $(top_distdir)/include

However, it is a bit of a hack ... I would rather that automake/libtool 
did it without the hook.

_______________________________________________
https://lists.gnu.org/mailman/listinfo/libtool
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.