diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-08-06 21:18:47 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-09-05 15:39:00 +0200 |
commit | f22e42f7afa4001f0685070eca465d453f0b6570 (patch) | |
tree | 0fdd796822e7164c98d6a5db459f0f80a5c393ab /src/qmi-proxy | |
parent | 792729700d9589eb1801065b3cf7e4386b5d582b (diff) | |
download | external_libqmi-f22e42f7afa4001f0685070eca465d453f0b6570.zip external_libqmi-f22e42f7afa4001f0685070eca465d453f0b6570.tar.gz external_libqmi-f22e42f7afa4001f0685070eca465d453f0b6570.tar.bz2 |
libqmi-glib: spawn qmi-proxy if not running
Diffstat (limited to 'src/qmi-proxy')
-rw-r--r-- | src/qmi-proxy/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmi-proxy/Makefile.am b/src/qmi-proxy/Makefile.am index 114973e..709f712 100644 --- a/src/qmi-proxy/Makefile.am +++ b/src/qmi-proxy/Makefile.am @@ -1,5 +1,5 @@ -sbin_PROGRAMS = qmi-proxy +libexec_PROGRAMS = qmi-proxy qmi_proxy_CPPFLAGS = \ $(GLIB_CFLAGS) \ |