aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am11
1 files changed, 4 insertions, 7 deletions
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.