Skip to content

Commit

Permalink
trivial: fix build issues with older efivar
Browse files Browse the repository at this point in the history
This is in the same vane as 4da6751, it allows linking with
an older efivar.
  • Loading branch information
Mario Limonciello committed Feb 15, 2017
1 parent ca9dadc commit aad9729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/dell/Makefile.am
Expand Up @@ -73,6 +73,7 @@ fu_dell_tool_SOURCES = \
fu_dell_tool_LDADD = \
$(GLIB_LIBS) \
$(FWUPD_LIBS) \
$(EFIVAR_LIBS) \
$(LIBSMBIOS_LIBS)

fu_dell_tool_LDFLAGS = \
Expand Down
1 change: 1 addition & 0 deletions plugins/synapticsmst/Makefile.am
Expand Up @@ -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) \
Expand Down

0 comments on commit aad9729

Please sign in to comment.