mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
0e6b076666
* Remove m4/* files * Reorganize all M4-stuff into m4.include subdur * move doxygen-include.am into doc/doxygen-include.am
14 lines
346 B
Makefile
14 lines
346 B
Makefile
## Process this file with automake to create Makefile.in.
|
|
|
|
AUTOMAKE_OPTIONS = 1.5
|
|
|
|
SUBDIRS = intl po vfs edit src lib doc syntax
|
|
|
|
EXTRA_DIST = FAQ HACKING INSTALL.FAST MAINTAINERS README.QNX TODO pkginfo.in prototype.in mc.qpg mc.spec
|
|
|
|
noinst_DATA = mc.spec mc.qpg pkginfo prototype
|
|
dist_noinst_SCRIPTS = build-glib2.sh
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|