summaryrefslogtreecommitdiff
path: root/src/qmi-proxy
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-01-29 12:00:14 +0100
committerAleksander Morgado <aleksander@aleksander.es>2021-01-29 12:27:08 +0100
commit12f4e485351d018c980003cb166479d9f8061ccf (patch)
tree684bb39524804120117fc686e6a86c302c44ef76 /src/qmi-proxy
parenteb4d5366ed6289d75b6bb22ea03a5ecf6bd2e32f (diff)
downloadlibqmi-12f4e485351d018c980003cb166479d9f8061ccf.tar.gz
libqrtr-glib: remove from the libqmi repository
It's been moved to its own project repository: https://gitlab.freedesktop.org/mobile-broadband/libqrtr
Diffstat (limited to 'src/qmi-proxy')
-rw-r--r--src/qmi-proxy/Makefile.am9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/qmi-proxy/Makefile.am b/src/qmi-proxy/Makefile.am
index b4fc6455..c34a688d 100644
--- a/src/qmi-proxy/Makefile.am
+++ b/src/qmi-proxy/Makefile.am
@@ -3,6 +3,7 @@ libexec_PROGRAMS = qmi-proxy
qmi_proxy_CPPFLAGS = \
$(GLIB_CFLAGS) \
+ $(QRTR_CFLAGS) \
-I$(top_srcdir) \
-I$(top_srcdir)/src/libqmi-glib \
-I$(top_srcdir)/src/libqmi-glib/generated \
@@ -10,17 +11,11 @@ qmi_proxy_CPPFLAGS = \
-I$(top_builddir)/src/libqmi-glib/generated \
$(NULL)
-if QMI_QRTR_SUPPORTED
-qmi_proxy_CPPFLAGS += \
- -I$(top_srcdir)/src/libqrtr-glib \
- -I$(top_builddir)/src/libqrtr-glib \
- $(NULL)
-endif
-
qmi_proxy_SOURCES = qmi-proxy.c
qmi_proxy_LDADD = \
$(GLIB_LIBS) \
+ $(QRTR_LIBS) \
$(top_builddir)/src/libqmi-glib/libqmi-glib.la
#Install udev rules only if configured with --enable-qmi-username