diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-08-22 17:35:15 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-08-22 17:35:15 +0200 |
commit | e2c7c11066739cf1141f1d47dc3789a5e82eb9cd (patch) | |
tree | a7ba2e240537d16ff61dae60d7a862058c0141b6 /contrib/scintilla.am | |
parent | 40ed15c565003efd70cbf79ef2dac5d995ba0f21 (diff) | |
download | sciteco-e2c7c11066739cf1141f1d47dc3789a5e82eb9cd.tar.gz |
some updates on Scintilla/Lexilla out-of-tree builds
Diffstat (limited to 'contrib/scintilla.am')
-rw-r--r-- | contrib/scintilla.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/scintilla.am b/contrib/scintilla.am index 6c75e65..55511b0 100644 --- a/contrib/scintilla.am +++ b/contrib/scintilla.am @@ -5,6 +5,8 @@ # 1.) Out-of-tree builds are not straight forward and require # manually cloning the submodules into the build system. # `make distcheck` is consequently also broken. +# Lexilla already has DIR_O, that could be used for proper +# out of tree builds, but Scintilla is still lacking it. # 2.) We cannot add plain static libraries to libtool convenience # libraries using LIBADD. # Therefore, we cannot wrap Scintilla and Lexilla into a convenience @@ -53,6 +55,7 @@ clean-local-scintilla: $(MAKE_SCINTILLA) clean MAKE_LEXILLA = $(MAKE) -C @LEXILLA_PATH@/src \ + SCINTILLA_INCLUDE=@SCINTILLA_PATH@/include \ CXXFLAGS='@SCINTILLA_CXXFLAGS@' \ CC='@CC@' CXX='@CXX@' \ AR='@AR@' RANLIB='@RANLIB@' |