From d70e4060afc8e079d857e699e9b2dab0193a8fdd Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Mon, 19 Feb 2001 07:48:39 +0000 Subject: [PATCH] small change to fix make dist with iir.c svn path=/trunk/vorbis/; revision=1315 --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 83d960e..99e3706 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -33,7 +33,7 @@ psytune_SOURCES = psytune.c psytune_LDFLAGS = -static psytune_LDADD = libvorbis.la -EXTRA_DIST = lookups.pl +EXTRA_DIST = lookups.pl iir.c debug: $(MAKE) all CFLAGS="@DEBUG@" -- 2.7.4