mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-13 15:38:56 +02:00
14 lines
216 B
Makefile
14 lines
216 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
SUBDIRS = grabbag
|
|
|
|
EXTRA_DIST = \
|
|
alloc.h \
|
|
getopt.h \
|
|
grabbag.h \
|
|
replaygain_analysis.h \
|
|
replaygain_synthesis.h \
|
|
utf8.h
|