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

Unified Diff: src/Makefile.am

Issue 2364793002: Revert "Uprev libmtp to 1.1.12" (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libmtp@master
Patch Set: Created 4 years, 3 months 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
« no previous file with comments | « patches/21_fix_build_with_new_glibc.patch ('k') | src/Makefile.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/Makefile.am
diff --git a/src/Makefile.am b/src/Makefile.am
index 39f1c61eb010ba4a6cd99392cf39039b70adbdde..e0b91a4c7490162a74c808cbf0d6e386f42a0213 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,8 +3,7 @@ lib_LTLIBRARIES = libmtp.la
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 mtpz.h \
- chdk_live_view.h chdk_ptp.h
+ music-players.h device-flags.h mtpz.h
if MTPZ_COMPILE
libmtp_la_SOURCES += mtpz.c
@@ -47,9 +46,9 @@ EXTRA_DIST=libmtp.h.in libmtp.sym ptp-pack.c
# increment AGE, Otherwise AGE is reset to 0. If CURRENT has changed,
# REVISION is set to 0, otherwise REVISION is incremented.
# ---------------------------------------------------------------------------
-CURRENT=12
-AGE=3
-REVISION=0
+CURRENT=9
+AGE=0
+REVISION=5
SOVERSION=$(CURRENT):$(REVISION):$(AGE)
LT_CURRENT_MINUS_AGE=`expr $(CURRENT) - $(AGE)`
« no previous file with comments | « patches/21_fix_build_with_new_glibc.patch ('k') | src/Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698