Minor cleanup

This commit is contained in:
Kent Overstreet 2015-03-15 15:49:05 -07:00
parent e24b52260e
commit fedea00623
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,8 @@ PREFIX=/usr
UDEVLIBDIR=/lib/udev
DRACUTLIBDIR=/lib/dracut
INSTALL=install
CFLAGS+=-std=gnu99 -O2 -Wall -Werror -g -I.
CFLAGS+=-std=gnu99 -O2 -Wall -Werror -g -Iinclude
LDFLAGS+=-static
all: bcacheadm probe-bcache

View File

@ -22,13 +22,12 @@
#include <stdint.h>
#include <blkid.h>
#include <string.h>
#include <linux/fs.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <uuid/uuid.h>
#include <dirent.h>
#include <bcache.h> //libbcache
#include "bcache.h" //libbcache
#define PACKAGE_NAME "bcacheadm"
#define PACKAGE_VERSION "1.0"