mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-01-13 03:30:34 +03:00
ce58df9226
git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@7 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
6 lines
191 B
Makefile
6 lines
191 B
Makefile
AM_CFLAGS = -g -O2 -W -Wall -Wstrict-prototypes -Wshadow
|
|
INCLUDES = -I$(top_srcdir)/include
|
|
sbin_PROGRAMS = splat
|
|
splat_SOURCES = splat.c
|
|
splat_LDFLAGS = $(top_builddir)/src/lib/libcommon.la
|