add explicit path to libogg
This commit is contained in:
parent
04f9e219f1
commit
83688e9412
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user