mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-02-10 09:21:09 +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
|