add libcontainer and libstream include path

This commit is contained in:
Laurent Vivier 2005-11-26 08:45:07 +00:00
parent d6bf048eaa
commit 9ea0efa446
2 changed files with 3 additions and 1 deletions

View File

@ -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
CFLAGS = -Wall -g
CPPFLAGS = -I../libmacos
CPPFLAGS = -I../libmacos -I../libcontainer -I../libstream
all: $(LIBRARY)

View File

@ -10,6 +10,8 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <libcontainer.h>
static __attribute__((used)) char* libemile_header = "$CVSHeader$";
#define SCSI_SUPPORT