summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2013-11-20 15:49:57 +0100
committerAleksander Morgado <aleksander@aleksander.es>2014-02-13 13:40:04 +0100
commit403e013f15903ee3d2d3fe2c5f60e8beb3c4356e (patch)
treedd56c3d1cbf62ba700a4be3b2e52f891d82bdf37 /src/Makefile.am
parent6f235b9948cf1ff1d11a7a339d3d1ffc40171dcd (diff)
downloadModemManager-403e013f15903ee3d2d3fe2c5f60e8beb3c4356e.tar.gz
ports: rename 'MMQmiPort' to 'MMPortQmi'
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d9d87df21..600555369 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -98,8 +98,8 @@ libserial_la_SOURCES = \
# Additional QMI support in libserial
if WITH_QMI
libserial_la_SOURCES += \
- mm-qmi-port.c \
- mm-qmi-port.h
+ mm-port-qmi.c \
+ mm-port-qmi.h
libserial_la_CPPFLAGS += $(QMI_CFLAGS)
endif