Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(132)

Unified Diff: src/Makefile.am

Issue 11358153: Update libmtp from pre 1.1.4 git to 1.1.5 release. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/libmtp/
Patch Set: disable mptz Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/Makefile.am
===================================================================
--- src/Makefile.am (revision 166547)
+++ src/Makefile.am (working copy)
@@ -3,8 +3,12 @@
libmtp_la_CFLAGS = @LIBUSB_CFLAGS@
libmtp_la_SOURCES = libmtp.c unicode.c unicode.h util.c util.h \
gphoto2-endian.h _stdint.h ptp.c ptp.h libusb-glue.h \
- music-players.h device-flags.h
+ music-players.h device-flags.h mtpz.h
+if MTPZ_COMPILE
+libmtp_la_SOURCES += mtpz.c
+endif
+
if LIBUSB1_COMPILE
libmtp_la_SOURCES += libusb1-glue.c
endif
@@ -44,7 +48,7 @@
# ---------------------------------------------------------------------------
CURRENT=9
AGE=0
-REVISION=3
+REVISION=5
SOVERSION=$(CURRENT):$(REVISION):$(AGE)
LT_CURRENT_MINUS_AGE=`expr $(CURRENT) - $(AGE)`
« config.h ('K') | « patches/13_cherrypick_15d18e31.patch ('k') | src/Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698