libtool
[Top][All Lists]
Advanced

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

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


From: Robert Hairgrove
Subject: Re: Plus characters ("++") in library name
Date: Tue, 03 Jan 2017 06:03:42 -0500
User-agent: Roundcube Webmail/1.2.2

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"...)



reply via email to

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