diff --git a/NEWS b/NEWS index d017ea0f..62021303 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,10 @@ -$Id: NEWS,v 1.92 2006/02/16 20:11:14 rocky Exp $ +$Id: NEWS,v 1.93 2006/03/06 22:15:35 rocky Exp $ version 0.77cvs ===================================== ????-??-?? -- Add an object-oriented C++ wrapper. +- Add an object-oriented C++ wrapper. (libcdio++ and libiso9660++) - replace libpopt with getopt in cd-drive, cd-info, iso-info, iso-read (Peter J. Creath) @@ -333,4 +333,4 @@ version 0.1 Routines split off from VCDImager. -$Id: NEWS,v 1.92 2006/02/16 20:11:14 rocky Exp $ +$Id: NEWS,v 1.93 2006/03/06 22:15:35 rocky Exp $ diff --git a/example/C++/OO/Makefile.am b/example/C++/OO/Makefile.am index 82156ee1..07efa6f5 100644 --- a/example/C++/OO/Makefile.am +++ b/example/C++/OO/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.6 2006/03/06 21:54:56 rocky Exp $ +# $Id: Makefile.am,v 1.7 2006/03/06 22:15:35 rocky Exp $ # # Copyright (C) 2005, 2006 Rocky Bernstein # @@ -44,14 +44,14 @@ iso1_SOURCES = iso1.cpp iso1_LDADD = $(LIBISO966PP0_LIBS) $(LIBISO9660_LIBS) \ $(LIBCDIOPP_LIBS) $(LIBICONV) -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) +iso3_SOURCES = iso3.cpp +iso3_LDADD = $(LIBISO966PP0_LIBS) $(LIBISO9660_LIBS) \ + $(LIBCDIOPP_LIBS) $(LIBICONV) + mmc1_SOURCES = mmc1.cpp mmc1_DEPENDENCIES = $(LIBCDIO_DEPS) mmc1_LDADD = $(LIBCDIOPP_LIBS) $(LIBCDIO_LIBS)