diff options
Diffstat (limited to 'src/makefile.dsl')
-rw-r--r-- | src/makefile.dsl | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/makefile.dsl b/src/makefile.dsl index beb0ccf6..64024f7f 100644 --- a/src/makefile.dsl +++ b/src/makefile.dsl @@ -1,14 +1,15 @@ -# $LynxId: makefile.dsl,v 1.17 2008/01/08 00:54:07 tom Exp $ +# $LynxId: makefile.dsl,v 1.19 2008/06/30 23:53:42 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 \ +LYMain.o LYMainLoop.o LYCurses.o LYBookmark.o LYmktime.o LYUtils.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 \ LYEditmap.o LYCharSets.o LYCharUtils.o LYMap.o LYCookie.o LYExtern.o \ -LYStyle.o LYHash.o LYPrettySrc.o TRSTable.o +LYStyle.o LYHash.o LYPrettySrc.o TRSTable.o parsdate.o CFLAGS= -O2 $(MCFLAGS) $(INTLFLAGS) -I. -I.. $(SLANGINC) @@ -100,3 +101,5 @@ LYShowInfo.o: ../userdefs.h LYStrings.o: ../userdefs.h LYTraversal.o: ../userdefs.h LYUtils.o: ../userdefs.h +LYmktime.o: ../userdefs.h +parsdate.o: ../userdefs.h |