diff options
| author | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:55:42 +0000 |
|---|---|---|
| committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:55:42 +0000 |
| commit | 844ecc37072d515513177c65a8c9dc35c9cdfc1a (patch) | |
| tree | 733b1fe039c0c37095a594b66d5076f3f5a0153d /templates/Makefile.in | |
| parent | 25adbdabb47499fe641c7bd9595024ff82667058 (diff) | |
httrack 3.33.16
Diffstat (limited to 'templates/Makefile.in')
| -rw-r--r-- | templates/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/Makefile.in b/templates/Makefile.in index f800722..565d593 100644 --- a/templates/Makefile.in +++ b/templates/Makefile.in @@ -69,6 +69,7 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LDFLAGS = @LDFLAGS@ LFS_FLAG = @LFS_FLAG@ +LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ @@ -135,7 +136,8 @@ target_alias = @target_alias@ templatesdir = $(datadir)/httrack/templates templates_DATA = index-body.html index-header.html topindex-footer.html \ - index-footer.html topindex-body.html topindex-header.html + index-footer.html topindex-body.html topindex-header.html \ + topindex-bodycat.html EXTRA_DIST = $(templates_DATA) |
