mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation still needs work
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# test_seeking - Seeking tester for libFLAC and libOggFLAC
|
||||
# test_seeking - Seeking tester for libFLAC
|
||||
# Copyright (C) 2004,2005,2006 Josh Coalson
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
@@ -23,13 +23,8 @@ AM_CFLAGS = @OGG_CFLAGS@
|
||||
|
||||
INCLUDES =
|
||||
|
||||
if FLaC__HAS_OGG
|
||||
NEED_OGGFLAC_LIB = $(top_builddir)/src/libOggFLAC/libOggFLAC.la
|
||||
endif
|
||||
|
||||
noinst_PROGRAMS = test_seeking
|
||||
test_seeking_LDADD = \
|
||||
$(NEED_OGGFLAC_LIB) \
|
||||
$(top_builddir)/src/libFLAC/libFLAC.la \
|
||||
@OGG_LIBS@ \
|
||||
-lm
|
||||
|
||||
Reference in New Issue
Block a user