aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/makefile
diff options
context:
space:
mode:
authorColomban Wendling <ban@herbesfolles.org>2016-10-21 09:13:48 +0200
committerColomban Wendling <ban@herbesfolles.org>2016-10-21 09:13:48 +0200
commit4fb0634baacd401402eca2c1dbfdbbb77ebaece9 (patch)
tree7476107784365c09f3e01d31541e3e0d4f61be39 /gtk/makefile
parentb63e93d4c0b26fe00ecede031ed709e644b2a304 (diff)
downloadscintilla-mirror-4fb0634baacd401402eca2c1dbfdbbb77ebaece9.tar.gz
Initial accessibility support for the GTK platform v7
Diffstat (limited to 'gtk/makefile')
-rw-r--r--gtk/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/makefile b/gtk/makefile
index 995c0c4c2..1b6659fc0 100644
--- a/gtk/makefile
+++ b/gtk/makefile
@@ -114,7 +114,7 @@ $(COMPLIB): Accessor.o CharacterSet.o LexerBase.o LexerModule.o LexerSimple.o St
CharClassify.o Decoration.o Document.o PerLine.o Catalogue.o CallTip.o CaseConvert.o CaseFolder.o \
ScintillaBase.o ContractionState.o EditModel.o Editor.o EditView.o ExternalLexer.o MarginView.o \
PropSetSimple.o PlatGTK.o \
- KeyMap.o LineMarker.o PositionCache.o ScintillaGTK.o CellBuffer.o CharacterCategory.o ViewStyle.o \
+ KeyMap.o LineMarker.o PositionCache.o ScintillaGTK.o ScintillaGTKAccessible.o CellBuffer.o CharacterCategory.o ViewStyle.o \
RESearch.o RunStyles.o Selection.o Style.o Indicator.o AutoComplete.o UniConversion.o XPM.o \
$(MARSHALLER) $(LEXOBJS)
$(AR) $(ARFLAGS) $@ $^