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

@ -2,8 +2,8 @@
* Little program to show how to create a multisession iso image.
*/
#define LIBISOFS_WITHOUT_LIBBURN yes
#include "libisofs.h"
#include "libburn/libburn.h"
#include <stdio.h>
#include <stdlib.h>