mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
23 lines
321 B
Makefile
23 lines
321 B
Makefile
|
m4files = \
|
||
|
codeset.m4 \
|
||
|
gettext.m4 \
|
||
|
glib.m4 \
|
||
|
glibc21.m4 \
|
||
|
iconv.m4 \
|
||
|
intdiv0.m4 \
|
||
|
inttypes-pri.m4 \
|
||
|
inttypes.m4 \
|
||
|
inttypes_h.m4 \
|
||
|
isc-posix.m4 \
|
||
|
lcmessage.m4 \
|
||
|
lib-ld.m4 \
|
||
|
lib-link.m4 \
|
||
|
lib-prefix.m4 \
|
||
|
pkg.m4 \
|
||
|
progtest.m4 \
|
||
|
stdint_h.m4 \
|
||
|
uintmax_t.m4 \
|
||
|
ulonglong.m4
|
||
|
|
||
|
EXTRA_DIST = README $(m4files)
|