integrate mdz's patch so 'make dist' will work as expected
This commit is contained in:
parent
7e9e333323
commit
88f94d0fb3
13
doc/Makefile.am
Normal file
13
doc/Makefile.am
Normal 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
3
doc/images/Makefile.am
Normal file
@ -0,0 +1,3 @@
|
||||
EXTRA_DIST = 1x1.gif \
|
||||
cafebug.gif \
|
||||
logo.jpg
|
9
include/FLAC/Makefile.am
Normal file
9
include/FLAC/Makefile.am
Normal 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
1
include/Makefile.am
Normal file
@ -0,0 +1 @@
|
||||
SUBDIRS = FLAC
|
6
man/Makefile.am
Normal file
6
man/Makefile.am
Normal file
@ -0,0 +1,6 @@
|
||||
flac.1: flac.sgml
|
||||
docbook-to-man $< > $@
|
||||
|
||||
man_MANS = flac.1
|
||||
|
||||
EXTRA_DIST = $(man_MANS) flac.sgml
|
1
src/libFLAC/include/Makefile.am
Normal file
1
src/libFLAC/include/Makefile.am
Normal file
@ -0,0 +1 @@
|
||||
SUBDIRS = private protected
|
10
src/libFLAC/include/private/Makefile.am
Normal file
10
src/libFLAC/include/private/Makefile.am
Normal 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
|
1
src/libFLAC/include/protected/Makefile.am
Normal file
1
src/libFLAC/include/protected/Makefile.am
Normal file
@ -0,0 +1 @@
|
||||
noinst_HEADERS = stream_decoder.h
|
4
src/plugin_winamp2/Makefile.am
Normal file
4
src/plugin_winamp2/Makefile.am
Normal file
@ -0,0 +1,4 @@
|
||||
EXTRA_DIST = Makefile.vc \
|
||||
in2.h \
|
||||
in_flac.c \
|
||||
out.h
|
3
src/plugin_winamp3/Makefile.am
Normal file
3
src/plugin_winamp3/Makefile.am
Normal file
@ -0,0 +1,3 @@
|
||||
EXTRA_DIST = Makefile.vc \
|
||||
core_api.h \
|
||||
in_flac.cpp
|
Loading…
Reference in New Issue
Block a user