mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
14 lines
223 B
Makefile
14 lines
223 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
if FLaC__HAS_OGG
|
|
OGGFLAC_DIST = \
|
|
file_utils_oggflac.h
|
|
endif
|
|
|
|
EXTRA_DIST = \
|
|
file_utils_flac.h \
|
|
metadata_utils.h \
|
|
$(OGGFLAC_DIST)
|