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

Unified Diff: Makefile.am

Issue 1618004: Install xml files so they can be used by cromo (chromeos modem manager) (Closed)
Patch Set: Created 10 years, 8 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 | introspection/mm-modem-cdma.xml » ('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 acdf12c65f60154a7c7a4ec970457f0a345cc138..4aaf834e0a42154f28ca3b748218efe64bb1ace7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,6 +40,9 @@ include/mm-modem.h: $(XMLS) introspection/all.xml header-generator.xsl
%service: %service.in
$(edit) $< >$@
+xmldir = @libdir@/mm
+xml_DATA = $(XMLS)
Eric Shienbrood 2010/04/06 21:37:35 Does xml_DATA need to be added to EXTRA_DIST?
+
edit = @sed \
-e 's|@sbindir[@]|$(sbindir)|g' \
-e 's|@sysconfdir[@]|$(sysconfdir)|g' \
« no previous file with comments | « no previous file | introspection/mm-modem-cdma.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698