mirror of
https://github.com/vivier/EMILE.git
synced 2025-01-18 06:31:23 +00:00
add libcontainer and libstream include path
This commit is contained in:
parent
d6bf048eaa
commit
9ea0efa446
@ -44,7 +44,7 @@ SOURCES = emile_block0_write.c emile_checksum.c emile_first_get_param.c \
|
|||||||
HEADERS = emile.h libemile.h partition.h bootblock.h
|
HEADERS = emile.h libemile.h partition.h bootblock.h
|
||||||
|
|
||||||
CFLAGS = -Wall -g
|
CFLAGS = -Wall -g
|
||||||
CPPFLAGS = -I../libmacos
|
CPPFLAGS = -I../libmacos -I../libcontainer -I../libstream
|
||||||
|
|
||||||
all: $(LIBRARY)
|
all: $(LIBRARY)
|
||||||
|
|
||||||
|
@ -10,6 +10,8 @@
|
|||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
||||||
|
#include <libcontainer.h>
|
||||||
|
|
||||||
static __attribute__((used)) char* libemile_header = "$CVSHeader$";
|
static __attribute__((used)) char* libemile_header = "$CVSHeader$";
|
||||||
|
|
||||||
#define SCSI_SUPPORT
|
#define SCSI_SUPPORT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user