~ubuntu-branches/ubuntu/precise/libmtp/precise-updates

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2011-02-15 20:45:39 UTC
  • mfrom: (1.1.15 upstream)
  • mto: This revision was merged to the branch mainline in revision 36.
  • Revision ID: james.westby@ubuntu.com-20110215204539-tzk4z9fbpr7prpeq
Tags: 1.0.6-1
* New upstream release:
  - Fix probe code, hopefully MTP devices are now properly detected.
  - Fix an older iconv.m4 and other stuff needed for Solaris builds.
  - Some new devices and minor bug fixes.
* Refresh patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
        $(srcdir)/Makefile.in $(srcdir)/libmtp.h.in
42
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
43
am__aclocal_m4_deps = $(top_srcdir)/m4/byteorder.m4 \
44
 
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
45
 
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
46
 
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/stdint.m4 \
47
 
        $(top_srcdir)/configure.ac
 
44
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/libtool.m4 \
 
45
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
46
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
47
        $(top_srcdir)/m4/stdint.m4 $(top_srcdir)/configure.ac
48
48
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49
49
        $(ACLOCAL_M4)
50
50
mkinstalldirs = $(install_sh) -d
166
166
SHELL = @SHELL@
167
167
STRIP = @STRIP@
168
168
UDEV = @UDEV@
 
169
UDEV_GROUP = @UDEV_GROUP@
 
170
UDEV_MODE = @UDEV_MODE@
169
171
UDEV_RULES = @UDEV_RULES@
170
172
VERSION = @VERSION@
171
173
abs_builddir = @abs_builddir@
254
256
# ---------------------------------------------------------------------------
255
257
CURRENT = 11
256
258
AGE = 3
257
 
REVISION = 5
 
259
REVISION = 6
258
260
SOVERSION = $(CURRENT):$(REVISION):$(AGE)
259
261
LT_CURRENT_MINUS_AGE = `expr $(CURRENT) - $(AGE)`
260
262
@COMPILE_MINGW32_TRUE@W32_LIBS = -lws2_32