summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2013-11-20 15:54:35 +0100
committerAleksander Morgado <aleksander@aleksander.es>2014-02-13 13:40:07 +0100
commitc236e18692d887269a71da6e8105187f58ddfd75 (patch)
tree7c7a181697140635412879af82635e552f32905f /src/Makefile.am
parent403e013f15903ee3d2d3fe2c5f60e8beb3c4356e (diff)
downloadModemManager-c236e18692d887269a71da6e8105187f58ddfd75.tar.gz
ports: rename 'MMMbimPort' to 'MMPortMbim'
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 600555369..80b22197a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -106,8 +106,8 @@ endif
# Additional MBIM support in libserial
if WITH_MBIM
libserial_la_SOURCES += \
- mm-mbim-port.c \
- mm-mbim-port.h
+ mm-port-mbim.c \
+ mm-port-mbim.h
libserial_la_CPPFLAGS += $(MBIM_CFLAGS)
endif