aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2014-01-28 21:23:53 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2014-01-28 21:27:35 +0200
commit69014cd645779484724d579fc0d302bbaf146ff2 (patch)
treee72caa39581288eda35910746a5810f74eef3d4b /src
parentccec71ec318fdf739f55858d5bffaf4fd6520036 (diff)
downloadcpio-69014cd645779484724d579fc0d302bbaf146ff2.tar.gz
cpio-69014cd645779484724d579fc0d302bbaf146ff2.tar.bz2
Distribute rmt.8; update build system
* NEWS: Update. * bootstrap (gnulib_extra_files): Remove "missing" * configure.ac: Do not distribute shar archive. Define CPIO_MT_COND * doc/Makefile.am: Always install manpages (mt.1 and rmt.8 -- depending on whether the corresponding programs are built). * doc/cpio.1: Update. * doc/mt.1: Update. * lib/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES. * src/Makefile.am: Likewise. * tests/Makefile.am: Likewise.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ec71397..fea4264 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -17,9 +17,13 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301 USA.
-INCLUDES=-I. -I.. -I$(top_srcdir)/gnu -I$(top_builddir)/gnu -I$(top_srcdir)/lib -I$(top_builddir)/lib
+AM_CPPFLAGS=-I. -I.. -I$(top_srcdir)/gnu -I$(top_builddir)/gnu -I$(top_srcdir)/lib -I$(top_builddir)/lib
+
+bin_PROGRAMS=cpio $(CPIO_MT)
+if CPIO_MT_COND
+ CPIO_MT=mt
+endif
-bin_PROGRAMS=cpio @CPIO_MT_PROG@
EXTRA_PROGRAMS=mt
cpio_SOURCES = \

Return to:

Send suggestions and report system problems to the System administrator.