mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
d0c022f0ca
directory. * autogen.sh: Remove all references to "macros". * Makefile.am: Likewise.
13 lines
269 B
Makefile
13 lines
269 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
|
|
|
|
noinst_DATA = mc.spec
|
|
|
|
dist-hook:
|
|
cp mc.spec $(distdir)
|