mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
12 lines
251 B
Makefile
12 lines
251 B
Makefile
LIBFILES_OUT = mc.ext
|
|
|
|
|
|
pkgdata_DATA = mc.hint mc.hint.cs mc.hint.es mc.hint.hu mc.hint.it \
|
|
mc.hint.nl mc.hint.pl mc.hint.ru mc.hint.sr mc.hint.uk \
|
|
mc.hint.zh
|
|
|
|
|
|
# Files processed by configure don't need to be here
|
|
EXTRA_DIST = \
|
|
$(pkgdata_DATA)
|