[xiph-commits] r7453 - trunk/vorbis/vq

thomasvs at motherfish-iii.xiph.org thomasvs
Thu Aug 5 19:07:07 PDT 2004


Author: thomasvs
Date: Thu Aug  5 19:07:07 2004
New Revision: 7453

Modified:
trunk/vorbis/vq/Makefile.am
Log:
fix automake warning

Modified: trunk/vorbis/vq/Makefile.am
===================================================================
--- trunk/vorbis/vq/Makefile.am	2004-08-02 09:35:44 UTC (rev 7452)
+++ trunk/vorbis/vq/Makefile.am	2004-08-02 09:37:08 UTC (rev 7453)
@@ -6,7 +6,7 @@
latticetune huffbuild distribution
CLEANFILES = $(EXTRA_PROGRAMS)

-LDFLAGS = -static
+AM_LDFLAGS = -static
LDADD = ../lib/libvorbis.la

latticebuild_SOURCES = latticebuild.c vqgen.c bookutil.c\



More information about the commits mailing list