libtool
[Top][All Lists]
Advanced

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

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


From: code
Subject: Re: Plus characters ("++") in library name
Date: Mon, 02 Jan 2017 04:43:14 -0500
User-agent: Roundcube Webmail/1.2.2

On 2017-01-02 03:37, address@hidden 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]