From 8e6c3abc2c13f4f27537007bddbedf498c083a41 Mon Sep 17 00:00:00 2001 From: Kamal Mostafa Date: Mon, 20 Jun 2011 10:34:37 -0700 Subject: [PATCH] remove testdata/ from src dist --- configure | 1 + configure.ac | 1 + src/Makefile.am | 2 +- src/Makefile.in | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/configure b/configure index aba25e5..dfc5391 100755 --- a/configure +++ b/configure @@ -3516,6 +3516,7 @@ fi ac_config_files="$ac_config_files Makefile src/Makefile" +# testdata/Makefile cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure diff --git a/configure.ac b/configure.ac index 65e6ba3..572f4ab 100644 --- a/configure.ac +++ b/configure.ac @@ -49,4 +49,5 @@ AC_CONFIG_FILES([ Makefile src/Makefile ]) +# testdata/Makefile AC_OUTPUT diff --git a/src/Makefile.am b/src/Makefile.am index 5f497d9..18897a4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -14,7 +14,7 @@ INCLUDES = $(DEPS_CFLAGS) bin_PROGRAMS = minimodem -EXTRA_DIST = run-test self-test +EXTRA_DIST = self-test # run-test SIMPLEAUDIO_SRC = \ diff --git a/src/Makefile.in b/src/Makefile.in index 932293c..7436e11 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -166,7 +166,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CFLAGS = -Wall -Werror INCLUDES = $(DEPS_CFLAGS) -EXTRA_DIST = run-test self-test +EXTRA_DIST = self-test # run-test SIMPLEAUDIO_SRC = \ simpleaudio.h \ simpleaudio_internal.h \