mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
f493d843a0
* m4/Makefile.am: Update the list of the *.m4 files.
35 lines
484 B
Makefile
35 lines
484 B
Makefile
m4files = \
|
|
codeset.m4 \
|
|
gettext.m4 \
|
|
glib.m4 \
|
|
glibc2.m4 \
|
|
glibc21.m4 \
|
|
iconv.m4 \
|
|
intdiv0.m4 \
|
|
intmax.m4 \
|
|
inttypes-pri.m4 \
|
|
inttypes.m4 \
|
|
inttypes_h.m4 \
|
|
isc-posix.m4 \
|
|
lcmessage.m4 \
|
|
lib-ld.m4 \
|
|
lib-link.m4 \
|
|
lib-prefix.m4 \
|
|
longdouble.m4 \
|
|
longlong.m4 \
|
|
nls.m4 \
|
|
pkg.m4 \
|
|
po.m4 \
|
|
printf-posix.m4 \
|
|
progtest.m4 \
|
|
signed.m4 \
|
|
size_max.m4 \
|
|
stdint_h.m4 \
|
|
uintmax_t.m4 \
|
|
ulonglong.m4 \
|
|
wchar_t.m4 \
|
|
wint_t.m4 \
|
|
xsize.m4
|
|
|
|
EXTRA_DIST = README $(m4files)
|