X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fflac%2FMakefile.lite;h=f4c98541d6c132b877bf39301d34ec67c88e7184;hb=9c650a561aee741d64497de7bd987baf69747587;hp=32b82636101e902b0535203d9da8585980e35fd3;hpb=628f4efc55dee0ff4efcc5a43c4c408431a5fdd0;p=platform%2Fupstream%2Fflac.git diff --git a/src/flac/Makefile.lite b/src/flac/Makefile.lite index 32b8263..f4c9854 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 = -lgrabbag -lFLAC -lgain_analysis -lgetopt -lutf8 -lc -lm +LIBS = -lgrabbag -lFLAC -lreplaygain_analysis -lreplaygain_synthesis -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 = -lgrabbag -lOggFLAC -lFLAC -lgain_analysis -lgetopt -lutf8 -lm -L$(HOME)/local/lib -logg +LIBS = -lgrabbag -lOggFLAC -lFLAC -lreplaygain_analysis -lreplaygain_synthesis -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 = -lgrabbag -lOggFLAC -lFLAC -lgain_analysis -lgetopt -lutf8 -lm -L$(HOME)/local/lib -logg +LIBS = -lgrabbag -lOggFLAC -lFLAC -lreplaygain_analysis -lreplaygain_synthesis -lgetopt -lutf8 -lm -L$(HOME)/local/lib -logg endif endif