summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2021-08-05 20:11:17 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-08-05 21:02:28 +0000
commit00212716ee5eefd57e4df5a6bc811d5a30fde0d4 (patch)
tree03dbafffde21f3cb85938932e0f545c8ac9b2934 /data
parent748e4fbdae337995a6285790bd3fdc0324eec280 (diff)
downloadlibqmi-00212716ee5eefd57e4df5a6bc811d5a30fde0d4.tar.gz
build: Remove autotools
To avoid the burden of maintaining multiple build systems, autotools support has been removed.
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am26
-rw-r--r--data/pkg-config/Makefile.am4
-rw-r--r--data/pkg-config/qmi-glib.pc.in15
3 files changed, 0 insertions, 45 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
deleted file mode 100644
index 48e9e008..00000000
--- a/data/Makefile.am
+++ /dev/null
@@ -1,26 +0,0 @@
-SUBDIRS = . pkg-config
-
-EXTRA_DIST = \
- qmi-common.json \
- qmi-service-ctl.json \
- qmi-service-dms.json \
- qmi-service-wds.json \
- qmi-service-nas.json \
- qmi-service-wms.json \
- qmi-service-pdc.json \
- qmi-service-pds.json \
- qmi-service-pbm.json \
- qmi-service-uim.json \
- qmi-service-oma.json \
- qmi-service-wda.json \
- qmi-service-voice.json \
- qmi-service-loc.json \
- qmi-service-qos.json \
- qmi-service-gas.json \
- qmi-service-gms.json \
- qmi-service-dsd.json \
- qmi-service-sar.json \
- qmi-service-dpm.json \
- qmi-collection-minimal.json \
- qmi-collection-basic.json \
- $(NULL)
diff --git a/data/pkg-config/Makefile.am b/data/pkg-config/Makefile.am
deleted file mode 100644
index 530151a7..00000000
--- a/data/pkg-config/Makefile.am
+++ /dev/null
@@ -1,4 +0,0 @@
-
-# Set up pkg-config .pc files for exported libraries
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = qmi-glib.pc
diff --git a/data/pkg-config/qmi-glib.pc.in b/data/pkg-config/qmi-glib.pc.in
deleted file mode 100644
index 6fb8805d..00000000
--- a/data/pkg-config/qmi-glib.pc.in
+++ /dev/null
@@ -1,15 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-qmi_mbim_qmux_supported=@QMI_MBIM_QMUX_SUPPORTED@
-qmi_qrtr_supported=@QMI_QRTR_SUPPORTED@
-qmi_rmnet_supported=@QMI_RMNET_SUPPORTED@
-
-Name: qmi-glib
-Description: Library to communicate with QMI-powered modems
-Version: @VERSION@
-Requires: glib-2.0 gobject-2.0 gio-2.0 @QRTR_PKGCONFIG_NAME@
-Cflags: -I${includedir}/libqmi-glib
-Libs: -L${libdir} -lqmi-glib
-Libs.Private: @MBIM_LIBS@