diff options
author | Dan Williams <dcbw@redhat.com> | 2019-04-02 11:17:21 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2019-04-02 11:20:11 -0500 |
commit | 1c14ca7262403ef6dc30319e3dc2aaa3ba47a225 (patch) | |
tree | f0274e750829c32609fe431e3b7916154bf31a05 /configure.ac | |
parent | 88fac7f14a8898a7856a6868bbd94d4cf576723a (diff) |
libwmc: remove it
The WMC protocol was only present on older Panasonic/Verizon devices
from the 2006 - 2011 timeframe. The last device to support WMC was
the UML290 which also supported QMI (which is much more functional).
ModemManager also never used WMC support and it was never significantly
reverse engineered.
So remove WMC code from git; it'll still be in the history if anyone
cares in the future.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index e7e73371..a6ebfd62 100644 --- a/configure.ac +++ b/configure.ac @@ -376,7 +376,6 @@ dnl Protocol libs dnl AM_CONDITIONAL(QCDM_STANDALONE, test "yes" = "no") -AM_CONDITIONAL(WMC_STANDALONE, test "yes" = "no") dnl----------------------------------------------------------------------------- dnl Protocol libs @@ -395,13 +394,9 @@ build-aux/Makefile libqcdm/Makefile libqcdm/src/Makefile libqcdm/tests/Makefile -libwmc/Makefile -libwmc/src/Makefile -libwmc/tests/Makefile src/Makefile src/tests/Makefile plugins/Makefile -uml290/Makefile test/Makefile introspection/Makefile introspection/tests/Makefile |