Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
flac
Commits
d4b29558
Commit
d4b29558
authored
Dec 30, 2004
by
Josh Coalson
Browse files
conditionalized linking with libOggFLAC
parent
81b3cae6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/test_seeking/Makefile.am
View file @
d4b29558
...
...
@@ -22,9 +22,13 @@ EXTRA_DIST = \
CFLAGS
=
@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
=
\
$(
top_builddir)
/src/libOggFLAC/libOggFLAC.la
\
$(
NEED_OGGFLAC_LIB)
\
$(top_builddir)
/src/libFLAC/libFLAC.la
\
@OGG_LIBS@
\
-lm
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment