aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/makefile
diff options
context:
space:
mode:
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 140697767..27e94b2c4 100644
--- a/gtk/makefile
+++ b/gtk/makefile
@@ -65,7 +65,7 @@ LexVB.o: LexVB.cxx Platform.h PropSet.h Accessor.h KeyWords.h \
Scintilla.h WinDefs.h SciLexer.h
LineMarker.o: LineMarker.cxx Platform.h Scintilla.h WinDefs.h \
LineMarker.h
-PlatGTK.o: PlatGTK.cxx Platform.h Scintilla.h WinDefs.h
+PlatGTK.o: PlatGTK.cxx Platform.h Scintilla.h ScintillaWidget.h WinDefs.h
PropSet.o: PropSet.cxx Platform.h PropSet.h
SciTEBase.o: SciTEBase.cxx Platform.h WinDefs.h SciTE.h PropSet.h \
Accessor.h KeyWords.h Scintilla.h SciLexer.h SciTEBase.h
@@ -75,7 +75,7 @@ ScintillaBase.o: ScintillaBase.cxx Platform.h Scintilla.h WinDefs.h \
SciLexer.h PropSet.h Accessor.h KeyWords.h ContractionState.h \
CellBuffer.h CallTip.h KeyMap.h Indicator.h LineMarker.h Style.h \
ViewStyle.h AutoComplete.h Document.h Editor.h ScintillaBase.h
-ScintillaGTK.o: ScintillaGTK.cxx Platform.h Scintilla.h WinDefs.h \
+ScintillaGTK.o: ScintillaGTK.cxx Platform.h Scintilla.h ScintillaWidget.h WinDefs.h \
SciLexer.h PropSet.h Accessor.h KeyWords.h ContractionState.h \
CellBuffer.h CallTip.h KeyMap.h Indicator.h LineMarker.h Style.h \
AutoComplete.h ViewStyle.h Document.h Editor.h ScintillaBase.h