diff options
author | Elly Jones <ellyjones@google.com> | 2010-12-20 12:23:41 -0500 |
---|---|---|
committer | Elly Jones <ellyjones@google.com> | 2010-12-20 12:23:41 -0500 |
commit | 245818de331608a10c2279a56c5feba86aa1a1ea (patch) | |
tree | 3d73ba9fbf7c1c2087087c7c06cb77485f7db405 /plugins | |
parent | 241bef544d45eded170ce8bfb94923bab9993720 (diff) |
Install xml files so they can be used by cromo (chromeos modem manager)
Amended: Install the files under their proper DBus names.
Review URL: http://codereview.chromium.org/1618004
(cherry picked from commit 89f7f05f1294485fa8b44cfdd3c9b0d924d45ac1)
Conflicts:
Makefile.am
Change-Id: I65b2b0c1b5e579bb5b1d5d5b390c3be2ae49543c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 61a29c6c..9f85d54f 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -97,7 +97,7 @@ libmm_plugin_hso_la_SOURCES = \ mm-modem-hso.c \ mm-modem-hso.h -mm-modem-gsm-hso-glue.h: $(top_srcdir)/introspection/mm-modem-gsm-hso.xml +mm-modem-gsm-hso-glue.h: $(top_srcdir)/introspection/org.freedesktop.ModemManager.Modem.Gsm.Hso.xml $(AM_V_GEN) dbus-binding-tool --prefix=mm_modem_gsm_hso --mode=glib-server --output=$@ $< libmm_plugin_hso_la_CPPFLAGS = \ |