mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
f49ce170f0
Also fix error with make install action
13 lines
217 B
Makefile
13 lines
217 B
Makefile
## Process this file with automake to create Makefile.in.
|
|
|
|
AUTOMAKE_OPTIONS = 1.5
|
|
|
|
SUBDIRS = intl po vfs edit src doc syntax contrib misc
|
|
|
|
EXTRA_DIST =
|
|
|
|
dist_noinst_SCRIPTS = build-glib2.sh
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|