integrate mdz's patch so 'make dist' will work as expected

This commit is contained in:
Josh Coalson 2001-05-31 18:47:05 +00:00
parent 7e9e333323
commit 88f94d0fb3
10 changed files with 51 additions and 0 deletions

13
doc/Makefile.am Normal file
View File

@ -0,0 +1,13 @@
SUBDIRS = . images
EXTRA_DIST = comparison.html \
developers.html \
documentation.html \
download.html \
features.html \
format.html \
goals.html \
id.html \
index.html \
news.html

3
doc/images/Makefile.am Normal file
View File

@ -0,0 +1,3 @@
EXTRA_DIST = 1x1.gif \
cafebug.gif \
logo.jpg

9
include/FLAC/Makefile.am Normal file
View File

@ -0,0 +1,9 @@
includedir = ${prefix}/include/FLAC
include_HEADERS = all.h \
encoder.h \
file_decoder.h \
format.h \
ordinals.h \
seek_table.h \
stream_decoder.h

1
include/Makefile.am Normal file
View File

@ -0,0 +1 @@
SUBDIRS = FLAC

6
man/Makefile.am Normal file
View File

@ -0,0 +1,6 @@
flac.1: flac.sgml
docbook-to-man $< > $@
man_MANS = flac.1
EXTRA_DIST = $(man_MANS) flac.sgml

View File

@ -0,0 +1 @@
SUBDIRS = private protected

View File

@ -0,0 +1,10 @@
noinst_HEADERS = bitbuffer.h \
all.h \
bitmath.h \
cpu.h \
crc.h \
encoder_framing.h \
fixed.h \
lpc.h \
md5.h \
memory.h

View File

@ -0,0 +1 @@
noinst_HEADERS = stream_decoder.h

View File

@ -0,0 +1,4 @@
EXTRA_DIST = Makefile.vc \
in2.h \
in_flac.c \
out.h

View File

@ -0,0 +1,3 @@
EXTRA_DIST = Makefile.vc \
core_api.h \
in_flac.cpp