summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f4c5ee03f6..197695e5bb 100644
--- a/Makefile
+++ b/Makefile
@@ -185,7 +185,7 @@ endif
ifeq ($(LIBMENU),yes)
PARTS += libmenu
endif
-ifeq ($(TREMOR),yes)
+ifeq ($(TREMOR_INTERNAL),yes)
PARTS += tremor
endif
@@ -221,7 +221,7 @@ endif
ifeq ($(FAAD_INTERNAL),yes)
COMMON_DEPS += libfaad2/libfaad2.a
endif
-ifeq ($(TREMOR),yes)
+ifeq ($(TREMOR_INTERNAL),yes)
COMMON_DEPS += tremor/libvorbisidec.a
COMMON_LIBS += tremor/libvorbisidec.a
endif