work related to moving some file utils into the new file_utils convenience lib
[platform/upstream/flac.git] / src / test_libOggFLAC++ / Makefile.lite
index 8707bf8..9b71070 100644 (file)
@@ -24,7 +24,7 @@ topdir = ../..
 PROGRAM_NAME = test_libOggFLAC++
 #@@@ TODO: conditionalize ogg lib path and -logg
 INCLUDES     = -I$(topdir)/include
-LIBS         = -lOggFLAC++ -lOggFLAC -lFLAC -L$(HOME)/local/lib -logg -lm
+LIBS         = -lOggFLAC++ -lOggFLAC -lFLAC -L$(HOME)/local/lib -logg -lfile_utils -lm
 OBJS = \
        decoders.o \
        encoders.o \