Add ISO9660::FS - the cdio portion of ISO9660 reading.
iso9600.h: another function rename to be more consistent.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $Id: Makefile.am,v 1.5 2006/03/06 04:48:38 rocky Exp $
|
||||
# $Id: Makefile.am,v 1.6 2006/03/06 21:54:56 rocky Exp $
|
||||
#
|
||||
# Copyright (C) 2005, 2006 Rocky Bernstein <rocky@panix.com>
|
||||
#
|
||||
@@ -20,7 +20,7 @@
|
||||
# Sample C++ programs using libcdio++ (with C++ OO wrapper)
|
||||
############################################################
|
||||
#
|
||||
noinst_PROGRAMS = cdtext device drives eject iso1 iso3 mmc1 mmc2 tracks
|
||||
noinst_PROGRAMS = cdtext device drives eject iso1 iso2 iso3 mmc1 mmc2 tracks
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/include $(LIBCDIO_CFLAGS)
|
||||
|
||||
@@ -48,6 +48,10 @@ iso3_SOURCES = iso3.cpp
|
||||
iso3_LDADD = $(LIBISO966PP0_LIBS) $(LIBISO9660_LIBS) \
|
||||
$(LIBCDIOPP_LIBS) $(LIBICONV)
|
||||
|
||||
iso2_SOURCES = iso2.cpp
|
||||
iso2_LDADD = $(LIBISO966PP0_LIBS) $(LIBISO9660_LIBS) \
|
||||
$(LIBCDIOPP_LIBS) $(LIBICONV)
|
||||
|
||||
mmc1_SOURCES = mmc1.cpp
|
||||
mmc1_DEPENDENCIES = $(LIBCDIO_DEPS)
|
||||
mmc1_LDADD = $(LIBCDIOPP_LIBS) $(LIBCDIO_LIBS)
|
||||
|
||||
Reference in New Issue
Block a user