Add M4/Makefile.am and make sure 'make distcheck' works.

This commit is contained in:
Erik de Castro Lopo 2007-08-23 15:46:14 +10:00
parent 26e49c9889
commit 31eaa01201
3 changed files with 10 additions and 11 deletions

5
M4/Makefile.am Normal file
View File

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

View File

@ -1,9 +1,9 @@
## Process this file with automake to produce Makefile.in
SUBDIRS = man doc Win32 Octave src examples regtest tests
SUBDIRS = M4 man doc Win32 Octave src examples regtest tests
DIST_SUBDIRS = $(SUBDIRS)
EXTRA_DIST = reconfigure.mk acinclude.m4 libsndfile.spec.in \
sndfile.pc.in Mingw-make-dist.sh
EXTRA_DIST = reconfigure.mk libsndfile.spec.in sndfile.pc.in \
Mingw-make-dist.sh
pkgconfigdir = $(libdir)/pkgconfig
@ -19,9 +19,3 @@ genfiles :
(cd tests ; make genfiles)
## Do not edit or modify anything in this comment block.
## The arch-tag line is a file identity tag for the GNU Arch
## revision control system.
##
## arch-tag: e40c569e-8020-4e95-b774-6b0703614526

View File

@ -619,8 +619,8 @@ AC_CONFIG_FILES([ \
\
src/OGG/include/ogg/Makefile src/OGG/include/Makefile src/OGG/Makefile \
man/Makefile examples/Makefile tests/Makefile regtest/Makefile \
doc/Makefile doc/libsndfile.css \
Win32/Makefile Octave/Makefile \
M4/Makefile doc/Makefile Win32/Makefile Octave/Makefile \
doc/libsndfile.css \
Makefile libsndfile.spec sndfile.pc \
])
AC_OUTPUT