aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2020-09-25 09:27:15 +0200
committerAleksander Morgado <aleksander@aleksander.es>2020-09-25 09:40:51 +0200
commit8e8c794815fe1ef079101ce2eff5af43ee48b0f1 (patch)
tree9928805afa1c10e86f1b292af088c3f87ec7af74
parent4e0f849bb98b535a9d48795ef85174727d9636da (diff)
samsung: fix typo in plugin name
-rw-r--r--plugins/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 3fcf1ae0..9261f2b4 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -1220,7 +1220,7 @@ libmm_plugin_samsung_la_SOURCES = \
libmm_plugin_samsung_la_CPPFLAGS = \
$(PLUGIN_COMMON_COMPILER_FLAGS) \
$(ICERA_COMMON_COMPILER_FLAGS) \
- -DMM_MODULE_NAME=\"samsumg\" \
+ -DMM_MODULE_NAME=\"samsung\" \
$(NULL)
libmm_plugin_samsung_la_LDFLAGS = $(PLUGIN_COMMON_LINKER_FLAGS)