aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/makefile
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-09-19 13:33:23 +0000
committernyamatongwe <devnull@localhost>2001-09-19 13:33:23 +0000
commit9584e2317deeb9dbcc7f8e6210bdc45c1e9862f7 (patch)
treead51a5acbf59fae2561cc0b149d2a051d13f3ec7 /gtk/makefile
parent70c7022aeebd2a10074849e4f74ffed1eaacdda1 (diff)
downloadscintilla-mirror-9584e2317deeb9dbcc7f8e6210bdc45c1e9862f7.tar.gz
Inclusion of nncrontab lexer into builds.
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 9adc262c0..f70a54d9b 100644
--- a/gtk/makefile
+++ b/gtk/makefile
@@ -25,7 +25,7 @@ endif
.cxx.o:
$(CC) `gtk-config --cflags` $(CXXFLAGS) -c $<
-LEXOBJS=LexAda.o LexAVE.o LexConf.o LexCPP.o LexEiffel.o LexHTML.o \
+LEXOBJS=LexAda.o LexAVE.o LexConf.o LexCPP.o LexCrontab.o LexEiffel.o LexHTML.o \
LexLisp.o LexLua.o LexOthers.o LexPascal.o LexPerl.o \
LexPython.o LexRuby.o LexSQL.o LexVB.o