Index: plugins/Makefile.am |
diff --git a/plugins/Makefile.am b/plugins/Makefile.am |
index dd58b943b52fafb1a3eded5046ab40743a53642b..4f58c1b0827ec4074e045ae5f6bb0014986d0cb7 100644 |
--- a/plugins/Makefile.am |
+++ b/plugins/Makefile.am |
@@ -35,7 +35,8 @@ pkglib_LTLIBRARIES = \ |
libmm-plugin-anydata.la \ |
libmm-plugin-simtech.la \ |
libmm-plugin-x22x.la \ |
- libmm-plugin-linktop.la |
+ libmm-plugin-linktop.la \ |
+ libmm-plugin-samsung.la |
# Generic |
@@ -335,6 +336,24 @@ libmm_plugin_linktop_la_LDFLAGS = \ |
-module \ |
-avoid-version |
+# Samsung modem |
+ |
+libmm_plugin_samsung_la_SOURCES = \ |
+ mm-plugin-samsung.c \ |
+ mm-plugin-samsung.h \ |
+ mm-modem-samsung-gsm.c \ |
+ mm-modem-samsung-gsm.h |
+ |
+libmm_plugin_samsung_la_CPPFLAGS = \ |
+ $(MM_CFLAGS) \ |
+ $(GUDEV_CFLAGS) \ |
+ -I$(top_srcdir)/src |
+ |
+libmm_plugin_samsung_la_LDFLAGS = \ |
+ $(GUDEV_LDFLAGS) \ |
+ -module \ |
+ -avoid-version |
+ |
udevrulesdir = $(UDEV_BASE_DIR)/rules.d |
udevrules_DATA = \ |
77-mm-ericsson-mbm.rules \ |