X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=restore%2FMakefile.in;h=6257187ad71de779f9762f02846cbcc39f7eea90;hp=cdc2004cf1076daf784e0e939990ac04781cdacb;hb=62614cf50e5f719954f23b7a9819a70b2d3ec44c;hpb=008af4194627f2026f9a66f38953724c0c364c81 diff --git a/restore/Makefile.in b/restore/Makefile.in index cdc2004..6257187 100644 --- a/restore/Makefile.in +++ b/restore/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.12 2003/05/08 21:11:39 stelian Exp $ +# $Id: Makefile.in,v 1.14 2007/02/22 20:12:50 stelian Exp $ top_srcdir= @top_srcdir@ srcdir= @srcdir@ @@ -7,18 +7,18 @@ top_builddir= .. @MCONFIG@ INC= -I$(top_srcdir)/restore -ALL_CFLAGS= @CPPFLAGS@ @CFLAGS@ @CCOPTS@ -pipe $(OPT) $(GINC) $(INC) $(DEFS) @RESTOREDEBUG@ +ALL_CFLAGS= @CPPFLAGS@ @CFLAGS@ @CCOPTS@ @CCTRANSSELINUX@ -pipe $(OPT) $(GINC) $(INC) $(DEFS) @RESTOREDEBUG@ ALL_LDFLAGS= @LDFLAGS@ @LDOPTS@ @STATIC@ -LIBS= $(GLIBS) -le2p @READLINE@ @ZLIB@ @BZLIB@ +LIBS= $(GLIBS) -le2p @READLINE@ @ZLIB@ @BZLIB@ @LTRANSSELINUX@ DEPLIBS= ../compat/lib/libcompat.a PROG= restore RPROG= rrestore LINKS= ${SBINDIR}/restore ${SBINDIR}/rrestore SRCS= dirs.c interactive.c main.c restore.c symtab.c tape.c \ - utilities.c + utilities.c xattr.c OBJS= dirs.o interactive.o main.o restore.o symtab.o tape.o \ - utilities.o ../common/dumprmt.o + utilities.o xattr.o ../common/dumprmt.o MAN8= restore.8 RMAN8= rrestore.8