aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-02-14 19:52:56 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2009-02-14 19:52:56 +0200
commit0aa16b2a5d19223acb637abe731da10c75d7bd08 (patch)
tree7f52c802b22cdcc56aa296d79fec7f140e70d414 /src
parent0d7591e8f3ebcb5ad683eb6a8e3a162e79859321 (diff)
downloadcpio-0aa16b2a5d19223acb637abe731da10c75d7bd08.tar.gz
cpio-0aa16b2a5d19223acb637abe731da10c75d7bd08.tar.bz2
Switch to Git
Diffstat (limited to 'src')
-rw-r--r--src/.cvsignore11
-rw-r--r--src/.gitignore1
-rw-r--r--src/Makefile.am11
3 files changed, 5 insertions, 18 deletions
diff --git a/src/.cvsignore b/src/.cvsignore
deleted file mode 100644
index 729dc3f..0000000
--- a/src/.cvsignore
+++ /dev/null
@@ -1,11 +0,0 @@
-Makefile.in
-Makefile
-.deps
-.libs
-cpio
-mt
-rmt
-.gdbinit
-*.tar.gz
-*.tar.bz2
-localedir.h
diff --git a/src/.gitignore b/src/.gitignore
new file mode 100644
index 0000000..7d46506
--- /dev/null
+++ b/src/.gitignore
@@ -0,0 +1 @@
+cpio
diff --git a/src/Makefile.am b/src/Makefile.am
index f83981f..1e8af7f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of GNU cpio
-# Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2004, 2007, 2009 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -16,7 +16,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301 USA.
-INCLUDES=-I. -I.. -I$(top_srcdir)/lib -I$(top_builddir)/lib
+INCLUDES=-I. -I.. -I$(top_srcdir)/gnu -I$(top_builddir)/gnu -I$(top_srcdir)/paxlib
bin_PROGRAMS=cpio @CPIO_MT_PROG@
EXTRA_PROGRAMS=mt
@@ -47,9 +47,6 @@ noinst_HEADERS =\
filetypes.h\
safe-stat.h
-cpio_LDADD = ../lib/libcpio.a $(INTLLIBS)
+LDADD=../paxlib/libpax.a ../gnu/libgnu.a @INTLLIBS@
-mt_SOURCES = mt.c
-mt_LDADD = ../lib/lib$(PACKAGE).a $(INTLLIBS)
-
-mt.o main.o: ../lib/rmt-command.h
+mt.o main.o: ../paxlib/rmt-command.h

Return to:

Send suggestions and report system problems to the System administrator.