diff --git a/lib/Makefile.am b/lib/Makefile.am index dd5f2fa5bc04863d5d095ca5b0d855e760748818..a41d84842f17933bff6ef8b890cac313ce7f2c4d 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -139,6 +139,7 @@ encoder_sources = \ dequant.c \ fragment.c \ idct.c \ + info.c \ internal.c \ state.c \ quant.c \ @@ -260,7 +261,6 @@ libtheoraenc_la_LDFLAGS = \ -version-info @THENC_LIB_CURRENT@:@THENC_LIB_REVISION@:@THENC_LIB_AGE@ \ @THEORAENC_LDFLAGS@ $(OGG_LIBS) \ -no-undefined -libtheoraenc_la_LIBADD = libtheoradec.la libtheora_la_SOURCES = \ $(decoder_sources) \