Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(951)

Unified Diff: plugins/Makefile.am

Issue 6614026: modemmanager: Add support for Samsung Y3300 modem (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/modemmanager.git@master
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | plugins/mm-modem-samsung-gsm.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 \
« no previous file with comments | « no previous file | plugins/mm-modem-samsung-gsm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698