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

Unified Diff: Makefile.am

Issue 10825123: libmtp: Do not build and install bits we don't need - udev utilities and examples. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/libmtp/
Patch Set: Created 8 years, 5 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 | « no previous file | Makefile.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile.am
===================================================================
--- Makefile.am (revision 148712)
+++ Makefile.am (working copy)
@@ -1,4 +1,4 @@
-SUBDIRS=src examples util doc
+SUBDIRS=src util doc
vandebo (ex-Chrome) 2012/08/01 00:09:44 kill doc too?
Lei Zhang 2012/08/01 00:12:57 The ebuild knows how to disable docs. Plus docs is
ACLOCAL_AMFLAGS=-I m4
pkgconfigdir=$(libdir)/pkgconfig
@@ -8,17 +8,17 @@
# This stuff only makes sense on Linux so only
# build and ship it on Linux.
-if USE_LINUX
-udevrulesdir=@UDEV@/rules.d
-udevrules_DATA=@UDEV_RULES@
-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
-
-CLEANFILES = libmtp.usermap @UDEV_RULES@ libmtp.fdi
-endif
+#if USE_LINUX
Lei Zhang 2012/08/01 00:01:55 There's probably a better way to do this, but this
+#udevrulesdir=@UDEV@/rules.d
+#udevrules_DATA=@UDEV_RULES@
+#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
+#
+#CLEANFILES = libmtp.usermap @UDEV_RULES@ libmtp.fdi
+#endif
« no previous file with comments | « no previous file | Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698