aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libefi/Makefile.am
blob: f0c05ee6c44cc4976b162ad711420e19e0278c7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
include $(top_srcdir)/config/Rules.am

AM_CFLAGS += $(DEBUG_STACKFLAGS) $(FRAME_LARGER_THAN)

DEFAULT_INCLUDES += \
	-I$(top_srcdir)/include \
	-I$(top_srcdir)/lib/libspl/include

noinst_LTLIBRARIES = libefi.la

USER_C = \
	rdwr_efi.c

KERNEL_C =

nodist_libefi_la_SOURCES = \
	$(USER_C) \
	$(KERNEL_C)

libefi_la_LIBADD = $(LIBUUID)

EXTRA_DIST = $(USER_C)