From: Thomas Vander Stichele Date: Mon, 2 Aug 2004 09:37:08 +0000 (+0000) Subject: fix automake warning X-Git-Tag: v1.3.3~524 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=35098fd331238a5288b78578ca521f16c6e8c86c;hp=e6a67188da4a602cc858e46d92441c5c2eb29c9b;p=platform%2Fupstream%2Flibvorbis.git fix automake warning svn path=/trunk/vorbis/; revision=7453 --- 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\