mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
773065de72
Automake 1.5.
13 lines
277 B
Makefile
13 lines
277 B
Makefile
## Process this file with automake to create Makefile.in.
|
|
|
|
SUBDIRS = intl po vfs slang edit src lib doc syntax pc
|
|
|
|
EXTRA_DIST = FAQ INSTALL.FAST MAINTAINERS \
|
|
README.PC README.QNX README.smbfs \
|
|
extraconf.h depcomp
|
|
|
|
noinst_DATA = mc.spec
|
|
|
|
dist-hook:
|
|
cp mc.spec $(distdir)
|