BIG REORGANIZATION.
Reorganize directory structure for inclusion of cd-paranoia. Works for GNU/Linux. Other OS's may be broken. Regression test output needs to be adjusted too. Move: lib/driver (split off of lib) lib/iso9660 (split off of lib) Add from paranoia: lib/cdda_interface lib/paranoia src/paranoia Also made some small changes to capability indentification to show more reading capabilties and show that. cd-info now shows the total disc size.
This commit is contained in:
11
libcdio_paranoia.pc.in
Normal file
11
libcdio_paranoia.pc.in
Normal file
@@ -0,0 +1,11 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: @PACKAGE_NAME@
|
||||
Description: Portable CD-ROM I/O library
|
||||
Version: @PACKAGE_VERSION@
|
||||
#Requires: glib-2.0
|
||||
Libs: -L${libdir} -lcdio_paranoia -lcdda_interface
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user