aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gtk/deps.mak3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/deps.mak b/gtk/deps.mak
index 904c5dbac..86f141d16 100644
--- a/gtk/deps.mak
+++ b/gtk/deps.mak
@@ -65,6 +65,9 @@ LexPerl.o: ../src/LexPerl.cxx ../include/Platform.h \
LexPython.o: ../src/LexPython.cxx ../include/Platform.h \
../include/PropSet.h ../include/SString.h ../include/Accessor.h \
../include/KeyWords.h ../include/Scintilla.h ../include/SciLexer.h
+LexRuby.o: ../src/LexRuby.cxx ../include/Platform.h ../include/PropSet.h \
+ ../include/SString.h ../include/Accessor.h ../include/KeyWords.h \
+ ../include/Scintilla.h ../include/SciLexer.h
LexSQL.o: ../src/LexSQL.cxx ../include/Platform.h ../include/PropSet.h \
../include/SString.h ../include/Accessor.h ../include/KeyWords.h \
../include/Scintilla.h ../include/SciLexer.h