Re: Plus characters ("++") in library name
| 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