src/cd-paranoia.h and include/cdio/cdio_config.h are derived files, so don't include them in the distribution.

This commit is contained in:
R. Bernstein
2011-10-20 21:46:29 -04:00
parent 958476abf4
commit 10ba010cb9
2 changed files with 7 additions and 9 deletions

View File

@@ -25,16 +25,15 @@ endif
cdio_config.h: $(top_srcdir)/config.h
echo '#ifndef __CDIO_CONFIG_H__' > cdio_config.h
echo '#define __CDIO_CONFIG_H__' >> cdio_config.h
cat $(top_srcdir)/config.h >>cdio_config.h
cat $(top_builddir)/config.h >>cdio_config.h
echo '#endif /* #ifndef CDIO_CONFIG_H */' >>cdio_config.h
libcdioincludedir=$(includedir)/cdio
libcdioinclude_HEADERS = \
dist_libcdioinclude_HEADERS = \
audio.h \
bytesex.h \
bytesex_asm.h \
cdio.h \
cdio_config.h \
cdio_unconfig.h \
cd_types.h \
device.h \
@@ -65,6 +64,8 @@ libcdioinclude_HEADERS = \
xa.h \
$(paranoiaheaders)
nodist_libcdioinclude_HEADERS = cdio_config.h
EXTRA_DIST = version.h.in
BUILT_SOURCES = version.h