mirror of https://github.com/MidnightCommander/mc
14 lines
370 B
Makefile
14 lines
370 B
Makefile
## Process this file with automake to create Makefile.in.
|
|
|
|
AUTOMAKE_OPTIONS = 1.5
|
|
|
|
SUBDIRS = intl po m4 vfs slang edit src lib doc syntax
|
|
|
|
EXTRA_DIST = FAQ HACKING INSTALL.FAST MAINTAINERS README.QNX TODO pkginfo.in prototype.in mc.qpg mc.spec
|
|
|
|
noinst_DATA = mc.spec mc.qpg pkginfo prototype
|
|
dist_noinst_SCRIPTS = build-glib1.sh build-glib2.sh
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|