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

Unified Diff: 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 | « INSTALL ('k') | Makefile.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile.am
diff --git a/Makefile.am b/Makefile.am
index ba8f69a6376a07de5c81ec8f03b1667d510b9e2a..7ef9597d1ef77740225487566b1d50a4d4d8b1d6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,22 +10,15 @@ EXTRA_DIST=libmtp.pc libmtp.sh COPYING README.windows.txt
# build and ship it on Linux.
#if USE_LINUX
#udevrulesdir=@UDEV@/rules.d
-#hwdbdir=@UDEV@/hwdb.d
#udevrules_DATA=@UDEV_RULES@
-#hwdb_DATA=69-libmtp.hwdb
#noinst_DATA=libmtp.usermap libmtp.fdi
#
#libmtp.usermap: util/mtp-hotplug
# util/mtp-hotplug > libmtp.usermap
-#
#@UDEV_RULES@: util/mtp-hotplug
# util/mtp-hotplug -u -p"@UDEV@" @UDEV_GROUP@ @UDEV_MODE@ > @UDEV_RULES@
-#
#libmtp.fdi: util/mtp-hotplug
# util/mtp-hotplug -H > libmtp.fdi
#
-#$(hwdb_DATA): util/mtp-hotplug
-# util/mtp-hotplug -w > $(hwdb_DATA)
-#
-#CLEANFILES = libmtp.usermap @UDEV_RULES@ libmtp.fdi libmtp.hwdb
+#CLEANFILES = libmtp.usermap @UDEV_RULES@ libmtp.fdi
#endif
« no previous file with comments | « INSTALL ('k') | Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698