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

« back to all changes in this revision

Viewing changes to src/engine/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:
40
40
DIST_COMMON = $(dist_noinst_DATA) $(noinst_HEADERS) \
41
41
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in
42
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
 
am__aclocal_m4_deps = $(top_srcdir)/cppunit.m4 \
44
 
        $(top_srcdir)/fz_checkversion.m4 $(top_srcdir)/libgnutls.m4 \
45
 
        $(top_srcdir)/pkg.m4 $(top_srcdir)/wxwin.m4 \
46
 
        $(top_srcdir)/configure.in
 
43
am__aclocal_m4_deps = $(top_srcdir)/m4/cppunit.m4 \
 
44
        $(top_srcdir)/m4/fz_check_tinyxml.m4 \
 
45
        $(top_srcdir)/m4/fz_checkversion.m4 \
 
46
        $(top_srcdir)/m4/libgnutls.m4 $(top_srcdir)/m4/pkg.m4 \
 
47
        $(top_srcdir)/m4/wxwin.m4 $(top_srcdir)/configure.in
47
48
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48
49
        $(ACLOCAL_M4)
49
50
mkinstalldirs = $(install_sh) -d