mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
parallel installability for libguile*.h
* Makefile.am: * libguile/Makefile.am (modincludedir): Install into $pkgincludedir/$GUILE_EFFECTIVE_VERSION. This allows multiple Guile development packages to be installed at once. * guile-readline/Makefile.am (modincludedir): * srfi/Makefile.am (srfiincludedir): Likewise. * meta/guile-2.0.pc.in (Cflags): Add the appropriate -I line so that user code picks up the new location transparently.
This commit is contained in:
parent
44602b0868
commit
718815d761
5 changed files with 10 additions and 6 deletions
|
@ -54,7 +54,8 @@ libguilereadline_v_@LIBGUILEREADLINE_MAJOR@_la_LDFLAGS = \
|
|||
|
||||
BUILT_SOURCES = readline.x
|
||||
|
||||
pkginclude_HEADERS = readline.h
|
||||
modincludedir = $(pkgincludedir)/$(GUILE_EFFECTIVE_VERSION)
|
||||
modinclude_HEADERS = readline.h
|
||||
|
||||
snarfcppopts = $(DEFS) $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS)
|
||||
SUFFIXES = .x
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue