mirror of https://github.com/odrling/Aegisub
Don't traverse m4macros/ and add the files to EXTRA_DIST in ./Makefile.am for speed.
Originally committed to SVN as r2652.
This commit is contained in:
parent
2ded1e69db
commit
0d84a87098
14
Makefile.am
14
Makefile.am
|
@ -24,8 +24,7 @@ SUBDIRS = \
|
||||||
$(ffmpegsource) \
|
$(ffmpegsource) \
|
||||||
aegisub \
|
aegisub \
|
||||||
automation \
|
automation \
|
||||||
po \
|
po
|
||||||
m4macros
|
|
||||||
|
|
||||||
osx-bundle:
|
osx-bundle:
|
||||||
@SHELL@ scripts/osx-bundle.sh @PACKAGE_TARNAME@-@PACKAGE_VERSION@
|
@SHELL@ scripts/osx-bundle.sh @PACKAGE_TARNAME@-@PACKAGE_VERSION@
|
||||||
|
@ -46,3 +45,14 @@ EXTRA_DIST = \
|
||||||
mkinstalldirs \
|
mkinstalldirs \
|
||||||
INSTALL \
|
INSTALL \
|
||||||
README
|
README
|
||||||
|
|
||||||
|
# m4macros/
|
||||||
|
EXTRA_DIST += \
|
||||||
|
m4macros/check_gnu_make.m4 \
|
||||||
|
m4macros/acx_pthread.m4 \
|
||||||
|
m4macros/ac_agi.m4 \
|
||||||
|
m4macros/ax_lang_compiler_ms.m4 \
|
||||||
|
m4macros/ac_agi_mdcpucfg.m4 \
|
||||||
|
m4macros/ax_openmp.m4 \
|
||||||
|
m4macros/ax_check_gl.m4 \
|
||||||
|
m4macros/ac_flag.m4
|
||||||
|
|
|
@ -1038,7 +1038,6 @@ auto3/Makefile
|
||||||
libass/Makefile
|
libass/Makefile
|
||||||
automation/Makefile
|
automation/Makefile
|
||||||
po/Makefile.in
|
po/Makefile.in
|
||||||
m4macros/Makefile
|
|
||||||
])
|
])
|
||||||
|
|
||||||
# Files that need substitution.
|
# Files that need substitution.
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
EXTRA_DIST = \
|
|
||||||
ac_flag.m4 \
|
|
||||||
acx_pthread.m4 \
|
|
||||||
ax_check_gl.m4 \
|
|
||||||
ax_lang_compiler_ms.m4 \
|
|
||||||
check_gnu_make.m4
|
|
Loading…
Reference in New Issue