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

Unified Diff: src/platform/metrics/Makefile

Issue 2087002: Per kmixter's suggestion, install metrics headers under /usr/include/metrics. (Closed) Base URL: ssh://git@chromiumos-git/chromeos
Patch Set: Created 10 years, 7 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 | « src/platform/crash/user_collector.cc ('k') | src/platform/metrics/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/metrics/Makefile
diff --git a/src/platform/metrics/Makefile b/src/platform/metrics/Makefile
index 16e1d9f4d27a8562c81c86641b00b660019227b6..5ce0caff8cce7a411bc39b5c99683960066ca9d5 100644
--- a/src/platform/metrics/Makefile
+++ b/src/platform/metrics/Makefile
@@ -63,14 +63,5 @@ metrics_daemon_test.o: \
network_states.h \
power_states.h
-install:
- install $(CLIENT) $(DESTDIR)/usr/bin
- install $(DAEMON) $(DESTDIR)/usr/bin
- install $(LIB) $(DESTDIR)/usr/lib
- install $(SHAREDLIB) $(DESTDIR)/usr/lib
- install metrics_library.h $(DESTDIR)/usr/include
- install syslog_parser.sh $(DESTDIR)/usr/bin
- install omaha_tracker.sh $(DESTDIR)/usr/sbin
-
clean:
rm -f $(CLIENT) $(DAEMON) $(LIB) $(SHAREDLIB) $(TESTDAEMON) *.o
« no previous file with comments | « src/platform/crash/user_collector.cc ('k') | src/platform/metrics/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698