diff options
Diffstat (limited to 'src/makefile.in')
-rw-r--r-- | src/makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.in b/src/makefile.in index 67dc920b..89e8ef71 100644 --- a/src/makefile.in +++ b/src/makefile.in @@ -67,7 +67,7 @@ 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 $(CHARTRANS_OBJS) @LIBOBJS@ +LYStyle.o LYHash.o LYPrettySrc.o TRSTable.o $(CHARTRANS_OBJS) @LIBOBJS@ C_SRC = $(OBJS:.o=.c) |