aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/makefile
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2013-07-01 18:45:48 +1000
committerNeil <nyamatongwe@gmail.com>2013-07-01 18:45:48 +1000
commitb6ce2b9544c84a884876ab5de120fa3e322f7270 (patch)
tree64e75dc6f4b9b6a8c936349b83d33ba0aee9aa9d /gtk/makefile
parent7dd00233a2022afce51494726e2881f15573641f (diff)
downloadscintilla-mirror-b6ce2b9544c84a884876ab5de120fa3e322f7270.tar.gz
Added CharacterCategory.
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 3d10e55d0..4a2ffd3c2 100644
--- a/gtk/makefile
+++ b/gtk/makefile
@@ -90,7 +90,7 @@ deps:
$(COMPLIB): Accessor.o CharacterSet.o LexerBase.o LexerModule.o LexerSimple.o StyleContext.o WordList.o \
CharClassify.o Decoration.o Document.o PerLine.o Catalogue.o CallTip.o \
ScintillaBase.o ContractionState.o Editor.o ExternalLexer.o PropSetSimple.o PlatGTK.o \
- KeyMap.o LineMarker.o PositionCache.o ScintillaGTK.o CellBuffer.o ViewStyle.o \
+ KeyMap.o LineMarker.o PositionCache.o ScintillaGTK.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) rc $@ $^