From 4da6751502111c52813cf23a40110f83aae501b9 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 13 Feb 2017 10:06:19 +0000 Subject: [PATCH] trivial: Fix build issue Patch from Gert Hulselmans, many thanks. Fixes: https://github.com/hughsie/fwupd/issues/88 --- plugins/synapticsmst/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/synapticsmst/Makefile.am b/plugins/synapticsmst/Makefile.am index d1577e7eb..876caed21 100644 --- a/plugins/synapticsmst/Makefile.am +++ b/plugins/synapticsmst/Makefile.am @@ -47,6 +47,7 @@ synapticsmst_tool_SOURCES = \ synapticsmst_tool_LDADD = \ $(LIBSMBIOS_LIBS) \ + $(EFIVAR_LIBS) \ $(APPSTREAM_GLIB_LIBS) \ $(GLIB_LIBS)