mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-28 20:09:35 +03:00
12 lines
201 B
Makefile
12 lines
201 B
Makefile
|
include $(top_srcdir)/config/Rules.am
|
||
|
|
||
|
DEFAULT_INCLUDES += \
|
||
|
-I$(top_srcdir)/lib
|
||
|
|
||
|
sbin_PROGRAMS = splat
|
||
|
|
||
|
splat_SOURCES = splat.c
|
||
|
splat_LDFLAGS = $(top_builddir)/lib/libcommon.la
|
||
|
|
||
|
EXTRA_DIST = splat.h
|