public headers must nuse unique #includes!

This commit is contained in:
hvr
2003-04-21 14:13:54 +00:00
parent 146bba9e1e
commit e75cfbc592
4 changed files with 10 additions and 68 deletions

View File

@@ -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