aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/makefile
diff options
context:
space:
mode:
authornyamatongwe <unknown>2009-07-03 05:48:47 +0000
committernyamatongwe <unknown>2009-07-03 05:48:47 +0000
commit43deaf5e127a3bb92e1e2c72fa9cd8f8233578a9 (patch)
treef88ba56f27bd5111e0b9c9aaf12426f33dc992d5 /gtk/makefile
parent2c6815995a898438dd58aaa05af9261fc8b85da6 (diff)
downloadscintilla-mirror-43deaf5e127a3bb92e1e2c72fa9cd8f8233578a9.tar.gz
Discontiguoues selection and virtual space initial commit.
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 87c43aa43..8d01390d8 100644
--- a/gtk/makefile
+++ b/gtk/makefile
@@ -88,7 +88,7 @@ $(COMPLIB): DocumentAccessor.o WindowAccessor.o KeyWords.o StyleContext.o \
CharClassify.o Decoration.o Document.o PerLine.o CallTip.o \
ScintillaBase.o ContractionState.o Editor.o ExternalLexer.o PropSet.o PlatGTK.o \
KeyMap.o LineMarker.o PositionCache.o ScintillaGTK.o CellBuffer.o ViewStyle.o \
- RESearch.o RunStyles.o Style.o Indicator.o AutoComplete.o UniConversion.o XPM.o \
+ RESearch.o RunStyles.o Selection.o Style.o Indicator.o AutoComplete.o UniConversion.o XPM.o \
$(MARSHALLER) $(LEXOBJS)
$(AR) rc $@ $^
$(RANLIB) $@