mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
fixes based on a pass over everything with autoconf/automake
This commit is contained in:
@@ -15,16 +15,22 @@
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
if FLaC__HAS_OGG
|
||||
OGG_TESTS = \
|
||||
./test_libOggFLAC.sh \
|
||||
./test_libOggFLAC++.sh
|
||||
endif
|
||||
|
||||
TESTS = \
|
||||
./test_libFLAC.sh \
|
||||
./test_libFLAC++.sh \
|
||||
./test_libOggFLAC.sh \
|
||||
./test_libOggFLAC++.sh \
|
||||
$(OGG_TESTS) \
|
||||
./test_metaflac.sh \
|
||||
./test_streams.sh \
|
||||
./test_bins.sh
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile.lite \
|
||||
test_libFLAC.sh \
|
||||
test_libFLAC++.sh \
|
||||
test_libOggFLAC.sh \
|
||||
|
||||
Reference in New Issue
Block a user