aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 76b682040..4cbe6774d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -494,7 +494,7 @@ ENCODER_SRC =
if ENABLE_ENCODER
ENCODER_SRC += src/encoder_list.c
-ENCODER_SRC += src/encoder/none_encoder.c
+ENCODER_SRC += src/encoder/null_encoder.c
if ENABLE_VORBIS_ENCODER
ENCODER_SRC += src/encoder/vorbis_encoder.c