From 35098fd331238a5288b78578ca521f16c6e8c86c Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 2 Aug 2004 09:37:08 +0000 Subject: [PATCH 1/1] fix automake warning svn path=/trunk/vorbis/; revision=7453 --- vq/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vq/Makefile.am b/vq/Makefile.am index 8cf90b7..52012d1 100644 --- a/vq/Makefile.am +++ b/vq/Makefile.am @@ -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\ -- 2.7.4