summaryrefslogtreecommitdiff
path: root/src/flac/Makefile.lite
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2002-11-07 05:07:30 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2002-11-07 05:07:30 +0000
commitb8f8a07684a57591cb7c7013546527856dca1fbd (patch)
tree1b488c158e0a5d39717c01530df135acfaf2a500 /src/flac/Makefile.lite
parent0dad163d95126989d4a436b1b454e5a244fe139f (diff)
downloadflac-b8f8a07684a57591cb7c7013546527856dca1fbd.tar.gz
updates to work with new grabbag lib
Diffstat (limited to 'src/flac/Makefile.lite')
-rw-r--r--src/flac/Makefile.lite6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/flac/Makefile.lite b/src/flac/Makefile.lite
index ca6410f5..d8039be4 100644
--- a/src/flac/Makefile.lite
+++ b/src/flac/Makefile.lite
@@ -24,16 +24,16 @@ topdir = ../..
PROGRAM_NAME = flac
ifeq ($(DARWIN_BUILD),yes)
INCLUDES = -I./include -I$(topdir)/include
-LIBS = -lreplaygain -lFLAC -lgain_analysis -lgetopt -lutf8 -lfile_utils -lc -lm
+LIBS = -lgrabbag -lFLAC -lgain_analysis -lgetopt -lutf8 -lc -lm
else
#@@@ TODO: conditionalize ogg includes, defines, and -logg
ifeq ($(SOLARIS_BUILD),yes)
INCLUDES = -I./include -I$(topdir)/include -I$(HOME)/local/include -DFLAC__HAS_OGG
-LIBS = -lreplaygain -lOggFLAC -lFLAC -lgain_analysis -lgetopt -lutf8 -lfile_utils -lm -L$(HOME)/local/lib -logg
+LIBS = -lgrabbag -lOggFLAC -lFLAC -lgain_analysis -lgetopt -lutf8 -lm -L$(HOME)/local/lib -logg
else
#@@@ TODO: conditionalize ogg includes, defines, and -logg
INCLUDES = -I./include -I$(topdir)/include -I$(HOME)/local/include -DFLAC__HAS_OGG
-LIBS = -lreplaygain -lOggFLAC -lFLAC -lgain_analysis -lgetopt -lutf8 -lfile_utils -lm -L$(HOME)/local/lib -logg
+LIBS = -lgrabbag -lOggFLAC -lFLAC -lgain_analysis -lgetopt -lutf8 -lm -L$(HOME)/local/lib -logg
endif
endif