diff options
| author | Richard Yao <ryao@gentoo.org> | 2013-09-26 17:42:41 +0000 |
|---|---|---|
| committer | Brian Behlendorf <behlendorf1@llnl.gov> | 2013-10-10 23:56:51 +0000 |
| commit | 31fc19399e597e3391f19f1392ab120f1de0d5f2 (patch) | |
| tree | d2a559a1071ac6f65d5f5b321827472c470d5036 /lib/libefi | |
| parent | 1db7b9be75a225cedb3b7a60028ca5695e5b8346 (diff) | |
Diffstat (limited to 'lib/libefi')
| -rw-r--r-- | lib/libefi/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libefi/Makefile.am b/lib/libefi/Makefile.am index aa57dba9ac18..55f7b1196677 100644 --- a/lib/libefi/Makefile.am +++ b/lib/libefi/Makefile.am @@ -10,3 +10,5 @@ noinst_LTLIBRARIES = libefi.la libefi_la_SOURCES = \ $(top_srcdir)/lib/libefi/rdwr_efi.c + +libefi_la_LIBADD = $(LIBUUID) $(ZLIB) |
