From 30d4b15ee2dbb91ad0330a38db7d70d104eca7f2 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Fri, 26 Oct 2001 13:46:06 +0000 Subject: [PATCH] hopefully fix the make distcheck issue (these progs are in configure.base but not in SUBDIRS of tests/Makefile.am) Original commit message from CVS: hopefully fix the make distcheck issue (these progs are in configure.base but not in SUBDIRS of tests/Makefile.am) --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index 5e9104828e..88ca16a9e9 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -16,7 +16,7 @@ noinst_PROGRAMS = qtest $(GNOME_PROGS) record mp3 teardown buffer mp3parse \ vidcapture2 mp2toavi mp3tovorbis xmmstest \ mp3mad lat -SUBDIRS = xml bindings +SUBDIRS = xml bindings events memchunk buffer_SOURCES = buffer.c mem.c teardown_SOURCES = teardown.c mem.c