Do not add Makefile.am in M4/ dir

This commit is contained in:
David Seifert 2017-06-05 14:30:16 +02:00 committed by Erik de Castro Lopo
parent 8321896954
commit 2e24132b84
3 changed files with 3 additions and 8 deletions

View File

@ -1,5 +0,0 @@
## Process this file with automake to produce Makefile.in
EXTRA_DIST = add_cflags.m4 clip_mode.m4 endian.m4 \
flexible_array.m4 llrint.m4 lrint.m4 lrintf.m4 octave.m4 extra_pkg.m4

View File

@ -8,13 +8,13 @@ if BUILD_OCTAVE_MOD
octave_dir = Octave
endif
SUBDIRS = M4 Win32 src examples tests
SUBDIRS = Win32 src examples tests
if FULL_SUITE
SUBDIRS += man doc $(octave_dir) regtest programs
endif
DIST_SUBDIRS = M4 man doc Win32 src Octave examples regtest tests programs
DIST_SUBDIRS = man doc Win32 src Octave examples regtest tests programs
EXTRA_DIST = libsndfile.spec.in sndfile.pc.in Scripts/android-configure.sh \
Scripts/linux-to-win-cross-configure.sh Scripts/build-test-tarball.mk.in \

View File

@ -602,7 +602,7 @@ AC_SUBST(TEST_BINDIR)
AC_CONFIG_FILES([ \
src/Makefile man/Makefile examples/Makefile tests/Makefile regtest/Makefile \
M4/Makefile doc/Makefile Win32/Makefile Octave/Makefile programs/Makefile \
doc/Makefile Win32/Makefile Octave/Makefile programs/Makefile \
Makefile \
src/version-metadata.rc tests/test_wrapper.sh tests/pedantic-header-test.sh \
doc/libsndfile.css Scripts/build-test-tarball.mk libsndfile.spec sndfile.pc \