diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2008-09-14 19:59:52 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2008-09-14 19:59:52 +0000 |
commit | c10f978fa6ff60c859a46989cd0012b01f9e9626 (patch) | |
tree | ac1eb7b7fe2e2cc6b15493bd5c0d8e8fbb31d19b /examples/c/encode/file/Makefile.lite | |
parent | 02da5ace60e640a90dabff9a4cb024a3d87375f4 (diff) | |
download | flac-c10f978fa6ff60c859a46989cd0012b01f9e9626.tar.gz |
update Makefile.lite system to work on x86_64 linux
Diffstat (limited to 'examples/c/encode/file/Makefile.lite')
-rw-r--r-- | examples/c/encode/file/Makefile.lite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/c/encode/file/Makefile.lite b/examples/c/encode/file/Makefile.lite index 4955af10..be8aef54 100644 --- a/examples/c/encode/file/Makefile.lite +++ b/examples/c/encode/file/Makefile.lite @@ -26,7 +26,7 @@ PROGRAM_NAME = example_c_encode_file INCLUDES = -I$(topdir)/include -ifeq ($(DARWIN_BUILD),yes) +ifeq ($(OS),Darwin) EXPLICIT_LIBS = $(libdir)/libFLAC.a $(OGG_LIB_DIR)/libogg.a -lm else LIBS = -lFLAC -L$(OGG_LIB_DIR) -logg -lm |