Re: Plus characters ("++") in library name
Robert Hairgrove <[email protected]>
| Newsgroups | gmane.comp.gnu.libtool.general |
|---|---|
| Message-ID | <[email protected]> |
On 2017-01-02 05:31, Thomas Jahns wrote: > There's the noinst prefix. But that is totally an automake issue > that's well documented. Thank you, Thomas ... I added these lines to Makefile.am and it works now: ``` include_HEADERS = $(top_srcdir)/include/argpp.hpp noinst_HEADERS = $(top_srcdir)/include/argppbaseimpl.hpp ``` (BTW, I hope that the list will now show my name, Robert Hairgrove, instead of "code"...) _______________________________________________ https://lists.gnu.org/mailman/listinfo/libtool