diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-06-14 12:58:36 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2011-06-14 12:58:36 +0200 |
commit | 884ba2bb09e877d54847327cc4d511fa68e97c53 (patch) | |
tree | 5f932d8e8ff88a5f2869403fa4d37b3038185b53 | |
parent | abcffd17538b9417ddc99fa5ae46de10378ad2db (diff) |
build: place together samsung plugin compilation options
-rw-r--r-- | plugins/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 4abb0263..fe00c4ab 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -376,6 +376,9 @@ libmm_plugin_samsung_la_LDFLAGS = \ -module \ -avoid-version +libmm_plugin_samsung_la_LIBADD = \ + $(builddir)/libicera-utils.la + # Cinterion (previously Siemens) modem libmm_plugin_cinterion_la_SOURCES = \ @@ -394,9 +397,6 @@ libmm_plugin_cinterion_la_LDFLAGS = \ -module \ -avoid-version -libmm_plugin_samsung_la_LIBADD = \ - $(builddir)/libicera-utils.la - udevrulesdir = $(UDEV_BASE_DIR)/rules.d udevrules_DATA = \ 77-mm-ericsson-mbm.rules \ |