add libOggFLAC
authorJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 7 Aug 2002 17:37:49 +0000 (17:37 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 7 Aug 2002 17:37:49 +0000 (17:37 +0000)
src/flac/Makefile.lite

index cdce131..c1ac1a3 100644 (file)
@@ -24,13 +24,14 @@ ifeq ($(DARWIN_BUILD),yes)
 INCLUDES     = -I./include -I../../include
 LIBS         = -lFLAC -lc -lm
 else
+#@@@ TODO: conditionalize ogg includes, defines, and -logg
 ifeq ($(SOLARIS_BUILD),yes)
-INCLUDES     = -I./include -I../../include
-LIBS         = -lFLAC -lm
+INCLUDES     = -I./include -I../../include -I$(HOME)/local/include -DFLAC__HAS_OGG
+LIBS         = -lOggFLAC -lFLAC -lm -L$(HOME)/local/lib -logg
 else
 #@@@ TODO: conditionalize ogg includes, defines, and -logg
 INCLUDES     = -I./include -I../../include -I$(HOME)/local/include -DFLAC__HAS_OGG
-LIBS         = -lFLAC -lm -L$(HOME)/local/lib -logg
+LIBS         = -lOggFLAC -lFLAC -lm -L$(HOME)/local/lib -logg
 endif
 endif