update Makefile.lite system to work on x86_64 linux

This commit is contained in:
Josh Coalson
2008-09-14 19:59:52 +00:00
parent 02da5ace60
commit c10f978fa6
20 changed files with 126 additions and 78 deletions

View File

@@ -26,7 +26,7 @@ PROGRAM_NAME = example_cpp_decode_file
INCLUDES = -I$(topdir)/include
ifeq ($(DARWIN_BUILD),yes)
ifeq ($(OS),Darwin)
EXPLICIT_LIBS = $(libdir)/libFLAC++.a $(libdir)/libFLAC.a $(OGG_LIB_DIR)/libogg.a -lm
else
LIBS = -lFLAC++ -lFLAC -L$(OGG_LIB_DIR) -logg -lm