remove testdata/ from src dist
This commit is contained in:
parent
7e01e77d5e
commit
8e6c3abc2c
|
@ -3516,6 +3516,7 @@ fi
|
||||||
|
|
||||||
ac_config_files="$ac_config_files Makefile src/Makefile"
|
ac_config_files="$ac_config_files Makefile src/Makefile"
|
||||||
|
|
||||||
|
# testdata/Makefile
|
||||||
cat >confcache <<\_ACEOF
|
cat >confcache <<\_ACEOF
|
||||||
# This file is a shell script that caches the results of configure
|
# This file is a shell script that caches the results of configure
|
||||||
# tests run on this system so they can be shared between configure
|
# tests run on this system so they can be shared between configure
|
||||||
|
|
|
@ -49,4 +49,5 @@ AC_CONFIG_FILES([
|
||||||
Makefile
|
Makefile
|
||||||
src/Makefile
|
src/Makefile
|
||||||
])
|
])
|
||||||
|
# testdata/Makefile
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -14,7 +14,7 @@ INCLUDES = $(DEPS_CFLAGS)
|
||||||
|
|
||||||
bin_PROGRAMS = minimodem
|
bin_PROGRAMS = minimodem
|
||||||
|
|
||||||
EXTRA_DIST = run-test self-test
|
EXTRA_DIST = self-test # run-test
|
||||||
|
|
||||||
|
|
||||||
SIMPLEAUDIO_SRC = \
|
SIMPLEAUDIO_SRC = \
|
||||||
|
|
|
@ -166,7 +166,7 @@ top_builddir = @top_builddir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
AM_CFLAGS = -Wall -Werror
|
AM_CFLAGS = -Wall -Werror
|
||||||
INCLUDES = $(DEPS_CFLAGS)
|
INCLUDES = $(DEPS_CFLAGS)
|
||||||
EXTRA_DIST = run-test self-test
|
EXTRA_DIST = self-test # run-test
|
||||||
SIMPLEAUDIO_SRC = \
|
SIMPLEAUDIO_SRC = \
|
||||||
simpleaudio.h \
|
simpleaudio.h \
|
||||||
simpleaudio_internal.h \
|
simpleaudio_internal.h \
|
||||||
|
|
Loading…
Reference in New Issue