mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 02:20:59 +03:00
f6c5d4ff88
- Added default build flags: -Wall -Wstrict-prototypes -Werror -Wshadow - Added missing Makefile's for include/ subdirectories.
14 lines
226 B
Makefile
14 lines
226 B
Makefile
include $(top_srcdir)/config/Rules.am
|
|
|
|
DEFAULT_INCLUDES += \
|
|
-I${top_srcdir}/lib
|
|
|
|
sbin_PROGRAMS = spl splat
|
|
|
|
spl_SOURCES = spl.c
|
|
|
|
splat_SOURCES = splat.c
|
|
splat_LDFLAGS = $(top_builddir)/lib/libcommon.la
|
|
|
|
EXTRA_DIST = splat.h
|