From aad9729347e0a552f831622a587f41b196a843de Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Wed, 15 Feb 2017 09:29:59 -0600 Subject: [PATCH] trivial: fix build issues with older efivar This is in the same vane as 4da67515, it allows linking with an older efivar. --- plugins/dell/Makefile.am | 1 + plugins/synapticsmst/Makefile.am | 1 + 2 files changed, 2 insertions(+) diff --git a/plugins/dell/Makefile.am b/plugins/dell/Makefile.am index 85c5269607b..47aa6adb3f3 100644 --- a/plugins/dell/Makefile.am +++ b/plugins/dell/Makefile.am @@ -73,6 +73,7 @@ fu_dell_tool_SOURCES = \ fu_dell_tool_LDADD = \ $(GLIB_LIBS) \ $(FWUPD_LIBS) \ + $(EFIVAR_LIBS) \ $(LIBSMBIOS_LIBS) fu_dell_tool_LDFLAGS = \ diff --git a/plugins/synapticsmst/Makefile.am b/plugins/synapticsmst/Makefile.am index 876caed212a..a90337af61e 100644 --- a/plugins/synapticsmst/Makefile.am +++ b/plugins/synapticsmst/Makefile.am @@ -72,6 +72,7 @@ fu_self_test_SOURCES = \ fu_self_test_LDADD = \ $(FWUPD_LIBS) \ $(GUSB_LIBS) \ + $(EFIVAR_LIBS) \ $(LIBSMBIOS_LIBS) \ $(APPSTREAM_GLIB_LIBS) \ $(SQLITE_LIBS) \