X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=compat%2Flib%2FMakefile.in;h=80c32dc97ffc13cb399a0b851a5b453e408cbb04;hb=1daf06b9786eb9669d929f40755e6252b238f220;hp=12d09cbecaf1bccc0740e3cea1ce14177dcfdb35;hpb=c534413c6ada5778ccbb76f36bdcff672037d0cc;p=dump.git diff --git a/compat/lib/Makefile.in b/compat/lib/Makefile.in index 12d09cb..80c32dc 100644 --- a/compat/lib/Makefile.in +++ b/compat/lib/Makefile.in @@ -1,14 +1,15 @@ -# $Id: Makefile.in,v 1.5 2001/07/18 12:54:06 stelian Exp $ +# $Id: Makefile.in,v 1.8 2003/01/24 11:01:48 stelian Exp $ top_srcdir= @top_srcdir@ srcdir= @srcdir@ +top_builddir= ../.. @MCONFIG@ INC= -I$(top_srcdir)/compat/include CFLAGS= @CCOPTS@ -pipe $(OPT) $(GINC) $(INC) $(DEFS) -SRCS= compaterr.c fstab.c compatglob.c bylabel.c system.c -OBJS= compaterr.o fstab.o compatglob.o bylabel.o system.o +SRCS= compaterr.c compatglob.c bylabel.c system.c rmtflags.c +OBJS= compaterr.o compatglob.o bylabel.o system.o rmtflags.o LIB= libcompat.a all:: $(LIB)