mc/Makefile.am
Pavel Roskin 92e696864e * Makefile.am: Change the order of SUBDIRS to fully compile text
edition before compiling anything for GNOME.
* mc.spec.in: Don't use brace expansion to avoid implicit
build-time dependency on bash.
2001-06-17 03:10:23 +00:00

24 lines
508 B
Makefile

## Process this file with automake to create Makefile.in.
SUBDIRS = vfs slang edit src lib doc syntax intl po pc \
gtkedit gnome new_icons idl doc-gnome
ACLOCAL_AMFLAGS = -I macros
ACLOCAL_M4_SOURCES = \
macros/gnome.m4 \
macros/gnome-vfs.m4 \
macros/gnome-undelfs.m4 \
macros/gnome-gettext.m4 \
macros/linger.m4
EXTRA_DIST = BUGS FAQ INSTALL.FAST MAINTAINERS \
README.PC README.QNX README.smbfs \
extraconf.h \
$(ACLOCAL_M4_SOURCES)
noinst_DATA = mc.spec
dist-hook:
cp mc.spec $(distdir)