Obvious typo caught by an obfuscated automake error message
authorbrendan <brendan@xiph.org>
Sat, 18 Jan 2003 21:02:20 +0000 (21:02 +0000)
committerbrendan <brendan@xiph.org>
Sat, 18 Jan 2003 21:02:20 +0000 (21:02 +0000)
svn path=/trunk/vorbis/; revision=4272

lib/Makefile.am

index ed8db19..ac18fd3 100644 (file)
@@ -25,7 +25,7 @@ libvorbisfile_la_LIBADD = libvorbis.la
 
 libvorbisenc_la_SOURCES = vorbisenc.c 
 libvorbisenc_la_LDFLAGS = -no-undefined -version-info @VE_LIB_CURRENT@:@VE_LIB_REVISION@:@VE_LIB_AGE@
-libvorbisfile_la_LIBADD = libvorbis.la
+libvorbisenc_la_LIBADD = libvorbis.la
 
 EXTRA_PROGRAMS = barkmel tone psytune
 CLEANFILES = $(EXTRA_PROGRAMS)