aboutsummaryrefslogtreecommitdiff
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am21
1 files changed, 20 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 7c1811b2..8eaffb42 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -36,7 +36,8 @@ pkglib_LTLIBRARIES = \
libmm-plugin-simtech.la \
libmm-plugin-x22x.la \
libmm-plugin-linktop.la \
- libmm-plugin-samsung.la
+ libmm-plugin-samsung.la \
+ libmm-plugin-wavecom.la
# Generic
@@ -188,6 +189,24 @@ libmm_plugin_sierra_la_LDFLAGS = \
-module \
-avoid-version
+# Wavecom (Sierra Airlink)
+
+libmm_plugin_wavecom_la_SOURCES = \
+ mm-plugin-wavecom.c \
+ mm-plugin-wavecom.h \
+ mm-modem-wavecom-gsm.c \
+ mm-modem-wavecom-gsm.h
+
+libmm_plugin_wavecom_la_CPPFLAGS = \
+ $(MM_CFLAGS) \
+ $(GUDEV_CFLAGS) \
+ -I$(top_srcdir)/src
+
+libmm_plugin_wavecom_la_LDFLAGS = \
+ $(GUDEV_LDFLAGS) \
+ -module \
+ -avoid-version
+
# Novatel
libmm_plugin_novatel_la_SOURCES = \