aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/makefile
diff options
context:
space:
mode:
authornyamatongwe <unknown>2009-04-12 09:32:53 +0000
committernyamatongwe <unknown>2009-04-12 09:32:53 +0000
commit01355323d119b4c7b74d11f5012099813afa3031 (patch)
tree20390b4aacfaa851b870a4236d2d33bf40f9c65c /gtk/makefile
parent001550a0de196eca314eea792bfada74a19773b1 (diff)
downloadscintilla-mirror-01355323d119b4c7b74d11f5012099813afa3031.tar.gz
Annotations and text margins added.
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 d7c05a6f7..87c43aa43 100644
--- a/gtk/makefile
+++ b/gtk/makefile
@@ -85,7 +85,7 @@ deps:
$(CC) -MM $(CONFIGFLAGS) $(CXXFLAGS) *.cxx ../src/*.cxx | sed -e 's/\/usr.* //' | grep [a-zA-Z] >deps.mak
$(COMPLIB): DocumentAccessor.o WindowAccessor.o KeyWords.o StyleContext.o \
- CharClassify.o Decoration.o Document.o CallTip.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 \