add new/missing files

This commit is contained in:
Josh Coalson
2003-01-10 05:39:00 +00:00
parent d060947ce9
commit 26dff91df1
8 changed files with 32 additions and 6 deletions

View File

@@ -24,10 +24,12 @@ topdir = ../..
PROGRAM_NAME = test_libFLAC++
INCLUDES = -I$(topdir)/include
LIBS = -lgrabbag -lgain_analysis -lFLAC++ -lFLAC -lm
SRCS_C = \
file_utils.c \
metadata_utils.c
SRCS_CPP = \
decoders.cpp \
encoders.cpp \
file_utils.cpp \
main.cpp \
metadata.cpp \
metadata_manip.cpp \