]> git.proxmox.com Git - mirror_zfs.git/blame - lib/libefi/Makefile.am
Fix zvol detection
[mirror_zfs.git] / lib / libefi / Makefile.am
CommitLineData
c9c0d073
BB
1include $(top_srcdir)/config/Rules.am
2
3AM_CFLAGS += $(DEBUG_STACKFLAGS) $(FRAME_LARGER_THAN)
4
5DEFAULT_INCLUDES += \
6283f55e
BB
6 -I$(top_srcdir)/include \
7 -I$(top_srcdir)/lib/libspl/include
c9c0d073 8
75056283 9noinst_LTLIBRARIES = libefi.la
c9c0d073 10
47a4a6fd
TF
11USER_C = \
12 rdwr_efi.c
13
14KERNEL_C =
15
16nodist_libefi_la_SOURCES = \
17 $(USER_C) \
18 $(KERNEL_C)
31fc1939
RY
19
20libefi_la_LIBADD = $(LIBUUID) $(ZLIB)
47a4a6fd
TF
21
22EXTRA_DIST = $(USER_C)