Cosmetic changes.

This commit is contained in:
rocky
2006-03-06 22:15:35 +00:00
parent 7a3ded9bd7
commit 789f24066b
2 changed files with 8 additions and 8 deletions

6
NEWS
View File

@@ -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 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 - replace libpopt with getopt in cd-drive, cd-info, iso-info, iso-read
(Peter J. Creath) (Peter J. Creath)
@@ -333,4 +333,4 @@ version 0.1
Routines split off from VCDImager. 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 $

View File

@@ -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 <rocky@panix.com> # Copyright (C) 2005, 2006 Rocky Bernstein <rocky@panix.com>
# #
@@ -44,14 +44,14 @@ iso1_SOURCES = iso1.cpp
iso1_LDADD = $(LIBISO966PP0_LIBS) $(LIBISO9660_LIBS) \ iso1_LDADD = $(LIBISO966PP0_LIBS) $(LIBISO9660_LIBS) \
$(LIBCDIOPP_LIBS) $(LIBICONV) $(LIBCDIOPP_LIBS) $(LIBICONV)
iso3_SOURCES = iso3.cpp
iso3_LDADD = $(LIBISO966PP0_LIBS) $(LIBISO9660_LIBS) \
$(LIBCDIOPP_LIBS) $(LIBICONV)
iso2_SOURCES = iso2.cpp iso2_SOURCES = iso2.cpp
iso2_LDADD = $(LIBISO966PP0_LIBS) $(LIBISO9660_LIBS) \ iso2_LDADD = $(LIBISO966PP0_LIBS) $(LIBISO9660_LIBS) \
$(LIBCDIOPP_LIBS) $(LIBICONV) $(LIBCDIOPP_LIBS) $(LIBICONV)
iso3_SOURCES = iso3.cpp
iso3_LDADD = $(LIBISO966PP0_LIBS) $(LIBISO9660_LIBS) \
$(LIBCDIOPP_LIBS) $(LIBICONV)
mmc1_SOURCES = mmc1.cpp mmc1_SOURCES = mmc1.cpp
mmc1_DEPENDENCIES = $(LIBCDIO_DEPS) mmc1_DEPENDENCIES = $(LIBCDIO_DEPS)
mmc1_LDADD = $(LIBCDIOPP_LIBS) $(LIBCDIO_LIBS) mmc1_LDADD = $(LIBCDIOPP_LIBS) $(LIBCDIO_LIBS)