Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c80dd92f authored by Darin Petkov's avatar Darin Petkov
Browse files

Per kmixter's suggestion, install metrics headers under /usr/include/metrics.

Also, move file installation to the metrics ebuild.

Review URL: http://codereview.chromium.org/2087002
parent 21cd2c5a
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ a module, you need to do the following:
  preferred.

- To access the metrics library API in the module, include the
  <metrics_library.h> header file. The file is installed in
  <metrics/metrics_library.h> header file. The file is installed in
  $SYSROOT/usr/include/ when the metrics library is built and
  installed.