remove testdata/ from src dist

This commit is contained in:
Kamal Mostafa 2011-06-20 10:34:37 -07:00
parent 7e01e77d5e
commit 8e6c3abc2c
4 changed files with 4 additions and 2 deletions

1
configure vendored
View File

@ -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

View File

@ -49,4 +49,5 @@ AC_CONFIG_FILES([
Makefile
src/Makefile
])
# testdata/Makefile
AC_OUTPUT

View File

@ -14,7 +14,7 @@ INCLUDES = $(DEPS_CFLAGS)
bin_PROGRAMS = minimodem
EXTRA_DIST = run-test self-test
EXTRA_DIST = self-test # run-test
SIMPLEAUDIO_SRC = \

View File

@ -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 \