diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-09-25 09:27:15 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-09-25 09:40:51 +0200 |
commit | 8e8c794815fe1ef079101ce2eff5af43ee48b0f1 (patch) | |
tree | 9928805afa1c10e86f1b292af088c3f87ec7af74 | |
parent | 4e0f849bb98b535a9d48795ef85174727d9636da (diff) |
samsung: fix typo in plugin name
-rw-r--r-- | plugins/Makefile.am | 2 |
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) |