mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-23 02:44:41 +03:00
Reorganize /include/ to add a /sys/, this way we don't need to
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
This commit is contained in:
+3
-1
@@ -1,6 +1,8 @@
|
||||
DEFAULT_INCLUDES = -I. -I.. -I../lib
|
||||
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)/lib/libcommon.la
|
||||
|
||||
EXTRA_DIST = splat.h
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
#define _SPLAT_H
|
||||
|
||||
#include "list.h"
|
||||
#include "splat-ctl.h"
|
||||
#include "../include/splat-ctl.h"
|
||||
|
||||
#define DEV_NAME "/dev/splatctl"
|
||||
#define COLOR_BLACK "\033[0;30m"
|
||||
|
||||
Reference in New Issue
Block a user