move file functions into new file_utils convenience lib
authorJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 30 Oct 2002 06:28:09 +0000 (06:28 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 30 Oct 2002 06:28:09 +0000 (06:28 +0000)
src/flac/Makefile.am
src/flac/flac.dsp

index 024df44..66ee5ce 100644 (file)
@@ -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
index 6355a19..f4576d5 100644 (file)
@@ -101,10 +101,6 @@ SOURCE=.\encode.c
 # End Source File\r
 # Begin Source File\r
 \r
-SOURCE=.\file.c\r
-# End Source File\r
-# Begin Source File\r
-\r
 SOURCE=.\main.c\r
 # End Source File\r
 # Begin Source File\r
@@ -129,10 +125,6 @@ SOURCE=.\encode.h
 # End Source File\r
 # Begin Source File\r
 \r
-SOURCE=.\file.h\r
-# End Source File\r
-# Begin Source File\r
-\r
 SOURCE=.\vorbiscomment.h\r
 # End Source File\r
 # End Group\r