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
76911683
Commit
76911683
authored
Jun 06, 2001
by
Josh Coalson
Browse files
add file.c
parent
986baa32
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/flac/Makefile.am
View file @
76911683
...
...
@@ -5,6 +5,7 @@ flac_SOURCES = \
analyze.c
\
decode.c
\
encode.c
\
file.c
\
main.c
flac_LDFLAGS
=
-lm
flac_LDADD
=
$(top_builddir)
/src/libFLAC/libFLAC.la
src/flac/Makefile.lite
View file @
76911683
...
...
@@ -10,6 +10,7 @@ OBJS = \
analyze.o
\
decode.o
\
encode.o
\
file.o
\
main.o
include
../../build/exe.mk
...
...
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