~ubuntu-branches/ubuntu/quantal/mc/quantal

« back to all changes in this revision

Viewing changes to lib/vfs/mc-vfs/extfs/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Yury V. Zaytsev, Yury V. Zaytsev
  • Date: 2010-09-07 10:59:46 UTC
  • mfrom: (4.2.9 sid)
  • Revision ID: james.westby@ubuntu.com-20100907105946-bf9et2bryuq6aoa5
Tags: 3:4.7.0.9-1
[Yury V. Zaytsev]
* New upstream version (bugfix release).
  + Corrected typos in man pages (Closes: #585503)
* Enabled ext2undelfs by default (LP: #267480)
* Tightened libslang2 dependency (Closes: #592772)

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
        $(top_srcdir)/m4.include/ac-get-fs-info.m4 \
75
75
        $(top_srcdir)/m4.include/mc-use-termcap.m4 \
76
76
        $(top_srcdir)/m4.include/mc-with-screen.m4 \
 
77
        $(top_srcdir)/m4.include/mc-with-screen-ncurses.m4 \
 
78
        $(top_srcdir)/m4.include/mc-with-screen-slang.m4 \
77
79
        $(top_srcdir)/m4.include/ac-g-module-supported.m4 \
78
80
        $(top_srcdir)/m4.include/mc-vfs.m4 \
79
81
        $(top_srcdir)/m4.include/vfs/rpc.m4 \
252
254
SED = @SED@
253
255
SET_MAKE = @SET_MAKE@
254
256
SHELL = @SHELL@
 
257
SLANG_CFLAGS = @SLANG_CFLAGS@
 
258
SLANG_LIBS = @SLANG_LIBS@
255
259
STRIP = @STRIP@
256
260
UNZIP = @UNZIP@
257
261
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@