summaryrefslogtreecommitdiff
path: root/src/flac/Makefile.am
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2002-10-30 06:28:09 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2002-10-30 06:28:09 +0000
commitb1824a4e8f6f744625bf88fe441ab417e47a9272 (patch)
treed0c9d8c5cef02438063eff3635b06049014bd651 /src/flac/Makefile.am
parentf9944a90acc442b0988912375999f78886273777 (diff)
downloadflac-b1824a4e8f6f744625bf88fe441ab417e47a9272.tar.gz
move file functions into new file_utils convenience lib
Diffstat (limited to 'src/flac/Makefile.am')
-rw-r--r--src/flac/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/flac/Makefile.am b/src/flac/Makefile.am
index 024df44b..66ee5cec 100644
--- a/src/flac/Makefile.am
+++ b/src/flac/Makefile.am
@@ -31,13 +31,11 @@ flac_SOURCES = \
analyze.c \
decode.c \
encode.c \
- file.c \
main.c \
vorbiscomment.c \
analyze.h \
decode.h \
encode.h \
- file.h \
vorbiscomment.h
flac_LDADD = $(NEED_OGGFLAC_LIB) $(top_builddir)/src/libFLAC/libFLAC.la @OGG_LIBS@ @SHARE_LIBS@ @LIBICONV@ -lm