mirror of https://github.com/MidnightCommander/mc
Distribute the build scripts.
This commit is contained in:
parent
5ced321632
commit
004cd5a23c
|
@ -4,6 +4,7 @@
|
|||
then compile mc against it.
|
||||
* build-glib2.sh: New file - download and compile glib 2.x with
|
||||
dependencies (gettext, pkgconfig), then compile mc against it.
|
||||
* Makefile.am: Distribute them.
|
||||
|
||||
2003-10-29 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@ SUBDIRS = intl po m4 vfs slang edit src lib doc syntax
|
|||
EXTRA_DIST = FAQ INSTALL.FAST MAINTAINERS README.QNX
|
||||
|
||||
noinst_DATA = mc.spec
|
||||
dist_noinst_SCRIPTS = build-glib1.sh build-glib2.sh
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
|
|
Loading…
Reference in New Issue