diff options
Diffstat (limited to 'src/makefile.dsl')
-rw-r--r-- | src/makefile.dsl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/makefile.dsl b/src/makefile.dsl index 1af08539..beb0ccf6 100644 --- a/src/makefile.dsl +++ b/src/makefile.dsl @@ -1,8 +1,9 @@ +# $LynxId: makefile.dsl,v 1.17 2008/01/08 00:54:07 tom Exp $ OBJS= UCdomap.o UCAux.o UCAuto.o \ LYClean.o LYShowInfo.o LYEdit.o LYStrings.o \ LYMail.o HTAlert.o GridText.o LYGetFile.o \ LYMain.o LYMainLoop.o LYCurses.o LYBookmark.o LYUtils.o \ -LYOptions.o LYReadCFG.o LYSearch.o LYHistory.o \ +LYOptions.o LYReadCFG.o LYSearch.o LYHistory.o LYSession.o \ LYForms.o LYPrint.o LYrcFile.o LYDownload.o LYNews.o LYKeymap.o \ HTML.o HTFWriter.o HTInit.o DefaultStyle.o LYLocal.o LYUpload.o \ LYLeaks.o LYexit.o LYJump.o LYList.o LYCgi.o LYTraversal.o \ |