@rdipardo commented on this pull request.

Almost there; it should be a simple matter of adding some missing headers:

diff --git a/scintilla/Makefile.am b/scintilla/Makefile.am
index f866ca48b..d6c85545e 100644
--- a/scintilla/Makefile.am
+++ b/scintilla/Makefile.am
@@ -7,8 +7,15 @@ scintilla_includedir = $(includedir)/geany/scintilla/
 scintilla_include_HEADERS =            \
 include/Scintilla.h                    \
 include/Scintilla.iface                \
+include/ScintillaCall.h                \
+include/ScintillaMessages.h            \
+include/ScintillaStructures.h          \
+include/ScintillaTypes.h               \
 include/ScintillaWidget.h              \
-include/Sci_Position.h
+include/Sci_Position.h                 \
+lexilla/include/LexicalStyles.iface    \
+lexilla/include/Lexilla.h              \
+lexilla/include/SciLexer.h
 
 LEXER_SRCS =                           \
 lexilla/lexers/LexAbaqus.cxx           \


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.