xref: /aosp_15_r20/external/flac/include/share/Makefile.am (revision 600f14f40d737144c998e2ec7a483122d3776fbc)
1*600f14f4SXin Li## Process this file with automake to produce Makefile.in
2*600f14f4SXin Li
3*600f14f4SXin LiSUBDIRS = grabbag
4*600f14f4SXin Li
5*600f14f4SXin LiEXTRA_DIST = \
6*600f14f4SXin Li	alloc.h \
7*600f14f4SXin Li	compat.h \
8*600f14f4SXin Li	endswap.h \
9*600f14f4SXin Li	getopt.h \
10*600f14f4SXin Li	grabbag.h \
11*600f14f4SXin Li	macros.h \
12*600f14f4SXin Li	private.h \
13*600f14f4SXin Li	replaygain_analysis.h \
14*600f14f4SXin Li	replaygain_synthesis.h \
15*600f14f4SXin Li	safe_str.h \
16*600f14f4SXin Li	utf8.h \
17*600f14f4SXin Li	win_utf8_io.h
18