mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
fe7d3b9a4e
* README.PC: Likewise. * Makefile.am: Adjust for the above. * configure.in: Likewise.
15 lines
287 B
Makefile
15 lines
287 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 INSTALL.FAST MAINTAINERS README.QNX extraconf.h
|
|
|
|
noinst_DATA = mc.spec
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
dist-hook:
|
|
cp mc.spec $(distdir)
|