mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
afbc365860
functions are present. Remove references to extraconf.h. * extraconf.h: Eliminate. * Makefile.am: Remove extraconf.h.
15 lines
275 B
Makefile
15 lines
275 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
|
|
|
|
noinst_DATA = mc.spec
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
dist-hook:
|
|
cp mc.spec $(distdir)
|