aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/makefile
diff options
context:
space:
mode:
authornyamatongwe <unknown>2007-04-05 10:50:11 +0000
committernyamatongwe <unknown>2007-04-05 10:50:11 +0000
commit3ff8a54d7b9ddcb022d95b3b139ec46b7c7ad748 (patch)
tree04c2ad1b9fd3359de89792aeaa9567b9edd56628 /gtk/makefile
parent006ab38511adec6d91165cf21b14d4eb6976cc36 (diff)
downloadscintilla-mirror-3ff8a54d7b9ddcb022d95b3b139ec46b7c7ad748.tar.gz
Implemented decorations which are extended indicators.
Diffstat (limited to 'gtk/makefile')
-rw-r--r--gtk/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/makefile b/gtk/makefile
index e48a8470e..673f11dff 100644
--- a/gtk/makefile
+++ b/gtk/makefile
@@ -83,10 +83,10 @@ deps:
$(CC) -MM `$(CONFIGFLAGS)` $(CXXFLAGS) *.cxx ../src/*.cxx >deps.mak
$(COMPLIB): DocumentAccessor.o WindowAccessor.o KeyWords.o StyleContext.o \
- CharClassify.o Document.o CallTip.o \
+ CharClassify.o Decoration.o Document.o CallTip.o \
ScintillaBase.o ContractionState.o Editor.o ExternalLexer.o PropSet.o PlatGTK.o \
KeyMap.o LineMarker.o ScintillaGTK.o CellBuffer.o ViewStyle.o \
- RESearch.o Style.o Indicator.o AutoComplete.o UniConversion.o XPM.o \
+ RESearch.o RunStyles.o Style.o Indicator.o AutoComplete.o UniConversion.o XPM.o \
$(MARSHALLER) $(LEXOBJS)
$(AR) rc $@ $^
$(RANLIB) $@