mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-12-04 14:46:31 -05:00
Add m4/ to the distribution tarball.
git-svn-id: https://svn.xiph.org/trunk/ezstream@12571 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
parent
678e161e54
commit
fddb4090c7
@ -1,7 +1,7 @@
|
|||||||
AUTOMAKE_OPTIONS = 1.9 foreign
|
AUTOMAKE_OPTIONS = 1.9 foreign
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
|
|
||||||
SUBDIRS = conf doc src win32
|
SUBDIRS = conf doc m4 src win32
|
||||||
|
|
||||||
dist_doc_DATA = COPYING README
|
dist_doc_DATA = COPYING README
|
||||||
|
|
||||||
|
@ -97,6 +97,7 @@ dnl OUTPUT
|
|||||||
AC_CONFIG_FILES(Makefile \
|
AC_CONFIG_FILES(Makefile \
|
||||||
conf/Makefile \
|
conf/Makefile \
|
||||||
doc/Makefile \
|
doc/Makefile \
|
||||||
|
m4/Makefile \
|
||||||
src/Makefile \
|
src/Makefile \
|
||||||
win32/Makefile)
|
win32/Makefile)
|
||||||
|
|
||||||
|
5
m4/Makefile.am
Normal file
5
m4/Makefile.am
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
AUTOMAKE_OPTIONS = 1.9 foreign
|
||||||
|
|
||||||
|
EXTRA_DIST = ogg.m4 shout.m4 vorbis.m4 xiph_compiler.m4 xiph_xml2.m4
|
||||||
|
|
||||||
|
CLEANFILES = core *.core *~ .*~
|
Loading…
Reference in New Issue
Block a user