diff options
author | Elly Jones <ellyjones@chromium.org> | 2011-03-24 12:22:51 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2011-03-24 12:22:51 -0500 |
commit | 895aa99e6d34e5218281615726d0ef30f95b4d67 (patch) | |
tree | 3a0c88862330c85b227ba3a26e4aa80763874297 | |
parent | d639155161549662ecd096513784f9b8d80bf7c4 (diff) |
zte: fix build dependency race with Icera utils bits (chromium-os:13398)
-rw-r--r-- | plugins/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 4f58c1b0..7c1811b2 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -242,10 +242,12 @@ libmm_plugin_zte_la_CPPFLAGS = \ libmm_plugin_zte_la_LDFLAGS = \ $(GUDEV_LDFLAGS) \ - $(builddir)/libicera-utils.la \ -module \ -avoid-version +libmm_plugin_zte_la_LIBADD = \ + $(builddir)/libicera-utils.la + # Longcheer (and rebranded dongles) libmm_plugin_longcheer_la_SOURCES = \ |