mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-01 00:54:24 +03:00
0c81f3a1bf
to ... * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this * Make.common.in: support for "distdir" for compatability with Automake-generated makefiles * autogen.sh: run automake. Force cache - it is off by default in autoconf 2.49a, but it's still handy for maintainers * configure.in: adapted for Automake
18 lines
471 B
Makefile
18 lines
471 B
Makefile
## Process this file with automake to create Makefile.in.
|
|
|
|
SUBDIRS = vfs lib doc slang gtkedit edit src gnome new_icons \
|
|
icons idl syntax intl doc-gnome po pc
|
|
|
|
ACLOCAL_AMFLAGS = -I macros
|
|
|
|
GNOME_M4_FILES = macros/gnome.m4 macros/gnome-vfs.m4 macros/gnome-undelfs.m4 \
|
|
macros/linger.m4
|
|
|
|
EXTRA_DIST = BUGS FAQ INSTALL.FAST MAINTAINERS \
|
|
README.PC README.QNX README.smbfs \
|
|
create_vcs mc-aclocal.m4 gettext.m4 \
|
|
$(GNOME_M4_FILES)
|
|
|
|
dist-hook:
|
|
cp mc.spec $(distdir)
|