tests -> test
All public includes are included via #include <cdio/....h> rather than #include "....h" (removed -I $top_srcdir/include/cdio)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $Id: Makefile.am,v 1.3 2003/04/21 14:13:54 hvr Exp $
|
||||
# $Id: Makefile.am,v 1.4 2003/04/22 12:09:08 rocky Exp $
|
||||
#
|
||||
# Copyright (C) 2003 Rocky Bernstein <rocky@panix.com>
|
||||
#
|
||||
@@ -21,10 +21,9 @@
|
||||
########################################################
|
||||
#
|
||||
|
||||
# generated part should be put into version.h.in and included from cdio.h
|
||||
EXTRA_DIST = cdio.h.in
|
||||
|
||||
libcdioincludedir=$(includedir)/cdio
|
||||
libcdioinclude_HEADERS = cdio.h logging.h sector.h types.h util.h
|
||||
|
||||
BUILT_SOURCES = cdio.h
|
||||
EXTRA_DIST = version.h.in
|
||||
BUILT_SOURCES = version.h
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* -*- c -*-
|
||||
$Id: cdio.h.in,v 1.4 2003/04/21 23:27:57 rocky Exp $
|
||||
$Id: cdio.h,v 1.6 2003/04/22 12:09:08 rocky Exp $
|
||||
|
||||
Copyright (C) 2001 Herbert Valerio Riedel <hvr@gnu.org>
|
||||
Copyright (C) 2003 Rocky Bernstein <rocky@panix.com>
|
||||
@@ -30,8 +30,7 @@
|
||||
*/
|
||||
#define CDIO_API_VERSION 1
|
||||
|
||||
/* Version of cdio package. */
|
||||
#define CDIO_VERSION @VERSION@
|
||||
#include <cdio/version.h>
|
||||
|
||||
#ifdef HAVE_SYS_TYPES_H
|
||||
#include <sys/types.h>
|
||||
@@ -40,8 +39,8 @@
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "types.h"
|
||||
#include "sector.h"
|
||||
#include <cdio/types.h>
|
||||
#include <cdio/sector.h>
|
||||
|
||||
/* Flags specifying the category of device to open or is opened. */
|
||||
#define CDIO_SRC_IS_DISK_IMAGE_MASK 0x0001
|
||||
Reference in New Issue
Block a user