mirror of https://github.com/odrling/Aegisub
Add the m4macros directory to the distfile incase anyone wants to do some
quick development. Originally committed to SVN as r1906.
This commit is contained in:
parent
850a280ef1
commit
93db5bfd96
|
@ -1,6 +1,6 @@
|
|||
AUTOMAKE_OPTIONS = foreign
|
||||
|
||||
SUBDIRS = auto3 automation aegisub po
|
||||
SUBDIRS = aegisub auto3 automation po m4macros
|
||||
|
||||
EXTRA_DIST = \
|
||||
intltool-extract.in \
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
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