summaryrefslogtreecommitdiff
path: root/src/flac/Makefile.lite
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2002-10-24 05:44:42 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2002-10-24 05:44:42 +0000
commitddadef6f978dccfeffe4a1b56d135904dddd50de (patch)
tree9a57f72d9f6eda5d578e694a52379bb681221652 /src/flac/Makefile.lite
parentca8660193b5e4a74f8f79817de12be87a4ff3078 (diff)
downloadflac-ddadef6f978dccfeffe4a1b56d135904dddd50de.tar.gz
add new gain_analysis convenience library
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 c36cb2f8..341ee1cd 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 = -lFLAC -lgetopt -lutf8 -lc -lm
+LIBS = -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 = -lOggFLAC -lFLAC -lgetopt -lutf8 -lm -L$(HOME)/local/lib -logg
+LIBS = -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 = -lOggFLAC -lFLAC -lgetopt -lutf8 -lm -L$(HOME)/local/lib -logg
+LIBS = -lOggFLAC -lFLAC -lgain_analysis -lgetopt -lutf8 -lm -L$(HOME)/local/lib -logg
endif
endif