diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f94c4a21f..409cc90ac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -390,9 +390,11 @@ endif # encoder plugins ENCODER_CFLAGS = \ + $(LAME_CFLAGS) \ $(VORBISENC_CFLAGS) ENCODER_LIBS = \ + $(LAME_LIBS) \ $(VORBISENC_LIBS) ENCODER_SRC = |