add explicit path to libogg

This commit is contained in:
Josh Coalson 2004-10-01 16:43:09 +00:00
parent 04f9e219f1
commit 83688e9412

View File

@ -23,7 +23,7 @@ topdir = ../..
PROGRAM_NAME = test_seeking
INCLUDES = -I../libFLAC/include -I$(topdir)/include
LIBS = -lOggFLAC -lFLAC -logg -lm
LIBS = -lOggFLAC -lFLAC -L$(HOME)/local/lib -logg -lm
SRCS_C = \
main.c