14 строки
263 B
Makefile
14 строки
263 B
Makefile
## Process this file with automake to create Makefile.in.
|
|
|
|
AUTOMAKE_OPTIONS = 1.5
|
|
|
|
SUBDIRS = intl po vfs edit src lib doc syntax contrib
|
|
|
|
EXTRA_DIST =
|
|
|
|
noinst_DATA = mc.spec mc.qpg pkginfo prototype
|
|
dist_noinst_SCRIPTS = build-glib2.sh
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|