From 2a30f053fd7ad4d9dcb8a5a39a3bf4da06f344e8 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 5 Apr 2007 10:50:11 +0000 Subject: Implemented decorations which are extended indicators. --- gtk/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk/makefile') 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) $@ -- cgit v1.2.3