mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
integrate mdz's patch so 'make dist' will work as expected
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user