~ubuntu-branches/ubuntu/saucy/filezilla/saucy-proposed

« back to all changes in this revision

Viewing changes to src/fzshellext/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Adrien Cunin
  • Date: 2010-12-12 16:11:49 UTC
  • mfrom: (1.1.27 upstream) (3.2.9 sid)
  • Revision ID: james.westby@ubuntu.com-20101212161149-0tsniecmy8o1f6yc
Tags: 3.3.5.1-1ubuntu1
* Merge from Debian unstable. Remaining changes:
   - 02_use-decimal-si-by-default.patch: by default, display file sizes using
     decimal base and SI units instead of just bytes; complies with Ubuntu
     UnitsPolicy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
40
40
        $(srcdir)/version.rc.in
41
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
 
am__aclocal_m4_deps = $(top_srcdir)/cppunit.m4 \
43
 
        $(top_srcdir)/fz_checkversion.m4 $(top_srcdir)/libgnutls.m4 \
44
 
        $(top_srcdir)/pkg.m4 $(top_srcdir)/wxwin.m4 \
45
 
        $(top_srcdir)/configure.in
 
42
am__aclocal_m4_deps = $(top_srcdir)/m4/cppunit.m4 \
 
43
        $(top_srcdir)/m4/fz_check_tinyxml.m4 \
 
44
        $(top_srcdir)/m4/fz_checkversion.m4 \
 
45
        $(top_srcdir)/m4/libgnutls.m4 $(top_srcdir)/m4/pkg.m4 \
 
46
        $(top_srcdir)/m4/wxwin.m4 $(top_srcdir)/configure.in
46
47
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47
48
        $(ACLOCAL_M4)
48
49
mkinstalldirs = $(install_sh) -d