Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
efd45c9e
Commit
efd45c9e
authored
Nov 05, 2002
by
Josh Coalson
Browse files
make use of @OGG_CFLAGS@ and @OGG_LIBS@
parent
03a8ff9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libOggFLAC/Makefile.am
View file @
efd45c9e
...
...
@@ -20,7 +20,7 @@ lib_LTLIBRARIES = libOggFLAC.la
if
DEBUG
DEBUGCFLAGS
=
endif
CFLAGS
=
@CFLAGS@
$(DEBUGCFLAGS)
CFLAGS
=
@CFLAGS@
@OGG_CFLAGS@
$(DEBUGCFLAGS)
SUBDIRS
=
include .
...
...
@@ -33,6 +33,7 @@ EXTRA_DIST = \
libOggFLAC.dsp
\
libOggFLAC.m4
libOggFLAC_la_LIBADD
=
@OGG_LIBS@
# see 'http://www.gnu.org/software/libtool/manual.html#Versioning' for numbering convention
libOggFLAC_la_LDFLAGS
=
-version-info
0:1:0
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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