Removed dependencies of libburn where possible and removed
the remaining demo/iso_grow.c from Makefile.am.
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user