fix automake warning
authorThomas Vander Stichele <thomasvs@xiph.org>
Mon, 2 Aug 2004 09:37:08 +0000 (09:37 +0000)
committerThomas Vander Stichele <thomasvs@xiph.org>
Mon, 2 Aug 2004 09:37:08 +0000 (09:37 +0000)
svn path=/trunk/vorbis/; revision=7453

vq/Makefile.am

index 8cf90b7..52012d1 100644 (file)
@@ -6,7 +6,7 @@ EXTRA_PROGRAMS = latticebuild latticepare latticehint\
        latticetune huffbuild distribution
 CLEANFILES = $(EXTRA_PROGRAMS)
 
-LDFLAGS = -static
+AM_LDFLAGS = -static
 LDADD = ../lib/libvorbis.la
 
 latticebuild_SOURCES = latticebuild.c vqgen.c bookutil.c\