From f50cbf1c60038da1baa9f7439e2d2c1eb38d082d Mon Sep 17 00:00:00 2001 From: Monty Date: Wed, 29 Aug 2007 18:43:39 +0000 Subject: [PATCH] Removing erikd's 'test harness' from Makefile.am as it breaks the build. Not reverting r13652 entirely-- yet. svn path=/trunk/vorbis/; revision=13656 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index ef997ef..0ec16b5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = 1.6 foreign dist-zip dist-bzip2 -SUBDIRS = lib include doc examples test vq +SUBDIRS = lib include doc examples vq m4datadir = $(datadir)/aclocal m4data_DATA = vorbis.m4 -- 2.7.4