public headers must nuse unique #includes!
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $Id: Makefile.am,v 1.2 2003/04/19 09:13:06 rocky Exp $
|
||||
# $Id: Makefile.am,v 1.3 2003/04/21 14:13:54 hvr Exp $
|
||||
#
|
||||
# Copyright (C) 2003 Rocky Bernstein <rocky@panix.com>
|
||||
#
|
||||
@@ -20,9 +20,11 @@
|
||||
# Things to make the install (public) libcdio headers
|
||||
########################################################
|
||||
#
|
||||
|
||||
# generated part should be put into version.h.in and included from cdio.h
|
||||
EXTRA_DIST = cdio.h.in
|
||||
|
||||
pkgincludedir=$(includedir)/cdio
|
||||
|
||||
pkginclude_HEADERS = cdio.h logging.h sector.h types.h util.h
|
||||
libcdioincludedir=$(includedir)/cdio
|
||||
libcdioinclude_HEADERS = cdio.h logging.h sector.h types.h util.h
|
||||
|
||||
BUILT_SOURCES = cdio.h
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
$Id: logging.h,v 1.1 2003/04/19 08:29:14 rocky Exp $
|
||||
$Id: logging.h,v 1.2 2003/04/21 14:13:54 hvr Exp $
|
||||
|
||||
Copyright (C) 2000 Herbert Valerio Riedel <hvr@gnu.org>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#ifndef __LOGGING_H__
|
||||
#define __LOGGING_H__
|
||||
|
||||
#include "types.h"
|
||||
#include <cdio/types.h>
|
||||
|
||||
typedef enum {
|
||||
CDIO_LOG_DEBUG = 1,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
$Id: sector.h,v 1.1 2003/04/19 08:29:14 rocky Exp $
|
||||
$Id: sector.h,v 1.2 2003/04/21 14:13:54 hvr Exp $
|
||||
|
||||
Copyright (C) 2000 Herbert Valerio Riedel <hvr@gnu.org>
|
||||
Copyright (C) 2003 Rocky Bernstein <rocky@panix.com>
|
||||
@@ -29,7 +29,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "types.h"
|
||||
#include <cdio/types.h>
|
||||
|
||||
#define CDIO_PREGAP_SECTORS 150
|
||||
#define CDIO_POSTGAP_SECTORS 150
|
||||
|
||||
Reference in New Issue
Block a user