X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=compat%2Flib%2FMakefile.in;h=843828f1b21e5da4d8e682a1a2dfff8ff9be1623;hp=8703e4a5deed06c137b175d482ffc24dec121581;hb=ba3af39e8b08027d3338b5533bddc86a9c803a74;hpb=ddd2ef55b78a62c4bc3daad18bef8a90e85a2052 diff --git a/compat/lib/Makefile.in b/compat/lib/Makefile.in index 8703e4a..843828f 100644 --- a/compat/lib/Makefile.in +++ b/compat/lib/Makefile.in @@ -1,3 +1,5 @@ +# $Id: Makefile.in,v 1.6 2002/07/29 12:00:33 stelian Exp $ + top_srcdir= @top_srcdir@ srcdir= @srcdir@ @@ -5,8 +7,8 @@ srcdir= @srcdir@ INC= -I$(top_srcdir)/compat/include CFLAGS= @CCOPTS@ -pipe $(OPT) $(GINC) $(INC) $(DEFS) -SRCS= compaterr.c fstab.c compatglob.c -OBJS= compaterr.o fstab.o compatglob.o +SRCS= compaterr.c fstab.c compatglob.c bylabel.c system.c rmtflags.c +OBJS= compaterr.o fstab.o compatglob.o bylabel.o system.o rmtflags.o LIB= libcompat.a all:: $(LIB)