mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 01:51:00 +03:00
f4b377415b
muck with #includes in existing Solaris style source to get it to find the right stuff. git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@18 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
9 lines
212 B
Makefile
9 lines
212 B
Makefile
DEFAULT_INCLUDES = -I. -I.. -I../lib
|
|
AM_CFLAGS = -g -O2 -W -Wall -Wstrict-prototypes -Wshadow
|
|
|
|
sbin_PROGRAMS = splat
|
|
splat_SOURCES = splat.c
|
|
splat_LDFLAGS = $(top_builddir)/lib/libcommon.la
|
|
|
|
EXTRA_DIST = splat.h
|