add explicit path to libogg
authorJosh Coalson <jcoalson@users.sourceforce.net>
Fri, 1 Oct 2004 16:43:09 +0000 (16:43 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Fri, 1 Oct 2004 16:43:09 +0000 (16:43 +0000)
src/test_seeking/Makefile.lite

index c76d694..36d4be1 100644 (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