diff options
| -rw-r--r-- | gtk/deps.mak | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/gtk/deps.mak b/gtk/deps.mak index e123fc5b4..f7494d6af 100644 --- a/gtk/deps.mak +++ b/gtk/deps.mak @@ -40,6 +40,9 @@ LexAda.o: ../src/LexAda.cxx ../include/Platform.h ../include/PropSet.h \  LexAVE.o: ../src/LexAVE.cxx ../include/Platform.h ../include/PropSet.h \    ../include/SString.h ../include/Accessor.h ../include/KeyWords.h \    ../include/Scintilla.h ../include/SciLexer.h +LexBullant.o: ../src/LexBullant.cxx ../include/Platform.h \ +  ../include/PropSet.h ../include/SString.h ../include/Accessor.h \ +  ../include/KeyWords.h ../include/Scintilla.h ../include/SciLexer.h  LexConf.o: ../src/LexConf.cxx ../include/Platform.h ../include/PropSet.h \    ../include/SString.h ../include/Accessor.h ../include/KeyWords.h \    ../include/Scintilla.h ../include/SciLexer.h | 
