Removed dependencies of libburn where possible and removed

the remaining demo/iso_grow.c from Makefile.am.
This commit is contained in:
2009-02-18 10:29:26 +01:00
parent a097793caf
commit c1ba7d93d9
9 changed files with 206 additions and 14 deletions

View File

@ -7,7 +7,13 @@
* published by the Free Software Foundation. See COPYING file for details.
*/
/* ts A90218 : libburn.h is not necessarily available */
/*
# include "libburn/libburn.h"
*/
#define LIBISOFS_WITHOUT_LIBBURN yes
#include "libisofs.h"
#include "ecma119.h"
#include "joliet.h"
#include "iso1999.h"
@ -21,8 +27,6 @@
#include "util.h"
#include "system_area.h"
#include "libburn/libburn.h"
#include <stdlib.h>
#include <time.h>
#include <string.h>