aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/makefile')
-rw-r--r--gtk/makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/gtk/makefile b/gtk/makefile
index 77d7225e3..7ee7a70db 100644
--- a/gtk/makefile
+++ b/gtk/makefile
@@ -35,7 +35,7 @@ all: $(COMPLIB) $(LEXOBJS)
$(COMPLIB): DocumentAccessor.o WindowAccessor.o KeyWords.o Document.o CallTip.o \
ScintillaBase.o ContractionState.o Editor.o PropSet.o PlatGTK.o \
KeyMap.o LineMarker.o ScintillaGTK.o CellBuffer.o ViewStyle.o \
- Style.o Indicator.o AutoComplete.o
+ PosRegExp.o Style.o Indicator.o AutoComplete.o
$(AR) rc $@ $^
AutoComplete.o: AutoComplete.cxx Platform.h AutoComplete.h
@@ -43,8 +43,8 @@ CallTip.o: CallTip.cxx Platform.h CallTip.h
CellBuffer.o: CellBuffer.cxx Platform.h Scintilla.h WinDefs.h \
CellBuffer.h
ContractionState.o: ContractionState.cxx Platform.h ContractionState.h
-Document.o: Document.cxx Platform.h Scintilla.h WinDefs.h CellBuffer.h \
- Document.h
+Document.o: Document.cxx Platform.h Scintilla.h WinDefs.h PosRegExp.h \
+ CellBuffer.h Document.h
DocumentAccessor.o: DocumentAccessor.cxx Platform.h PropSet.h SString.h \
Accessor.h DocumentAccessor.h Scintilla.h WinDefs.h
Editor.o: Editor.cxx Platform.h Scintilla.h WinDefs.h \
@@ -80,6 +80,7 @@ LexVB.o: LexVB.cxx Platform.h PropSet.h SString.h \
LineMarker.o: LineMarker.cxx Platform.h Scintilla.h WinDefs.h \
LineMarker.h
PlatGTK.o: PlatGTK.cxx Platform.h Scintilla.h ScintillaWidget.h WinDefs.h
+PosRegExp.o: PosRegExp.cxx PosRegExp.h
PropSet.o: PropSet.cxx Platform.h PropSet.h SString.h
SciTEBase.o: SciTEBase.cxx Platform.h WinDefs.h SciTE.h PropSet.h \
SString.h Accessor.h KeyWords.h Scintilla.h SciLexer.h SciTEBase.h