Preparing for GNU xorriso to include libjte source
This commit is contained in:
@ -27,10 +27,21 @@
|
||||
#include <errno.h>
|
||||
#include <stdint.h>
|
||||
|
||||
/* >>> later change this to Xorriso_standalonE */
|
||||
#ifdef Xorriso_jte_standalonE
|
||||
|
||||
#ifdef Xorriso_with_libjtE
|
||||
#include "../libjte/libjte.h"
|
||||
#endif
|
||||
|
||||
#else
|
||||
|
||||
#ifdef Libisofs_with_libjtE
|
||||
#include <libjte/libjte.h>
|
||||
#endif
|
||||
|
||||
#endif /* ! Xorriso_jte_standalonE */
|
||||
|
||||
#include "xorriso.h"
|
||||
#include "xorriso_private.h"
|
||||
|
||||
|
Reference in New Issue
Block a user