diff --git a/ChangeLog b/ChangeLog index 4f131367d..92b3dad2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/Makefile.am b/Makefile.am index 4f32f6d89..f3728f2aa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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