[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [JITTER] PIC code in sub-package mode
From: |
Jose E. Marchesi |
Subject: |
Re: [JITTER] PIC code in sub-package mode |
Date: |
Tue, 19 May 2020 10:14:11 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
What I still need to implement is a way to *install* a Libtool
convenience library, for Jitter in non-sub-package mode. But it should
not be difficult.
Makefile.am-wise, the only difference between a convenience-library and
no-convenience-library is that the later is not installed:
lib_LTLIBRARY = libfoo.la -> normal lt library
noinst_LTLIBRARY = libfoo.la -> convenience library