plugins: add missing linker flags

https://bugzilla.gnome.org/show_bug.cgi?id=704481
This commit is contained in:
Lionel Landwerlin
2013-07-18 16:28:56 +01:00
committed by Aleksander Morgado
parent 2b20264215
commit b330752432

View File

@@ -21,10 +21,12 @@ PLUGIN_COMMON_LINKER_FLAGS = \
if WITH_QMI
PLUGIN_COMMON_COMPILER_FLAGS += $(QMI_CFLAGS)
PLUGIN_COMMON_LINKER_FLAGS += $(QMI_LIBS)
endif
if WITH_MBIM
PLUGIN_COMMON_COMPILER_FLAGS += $(MBIM_CFLAGS)
PLUGIN_COMMON_LINKER_FLAGS += $(MBIM_LIBS)
endif
# UDev rules