X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=compat%2Flib%2FMakefile.in;h=42239c96a767a2d58c6f8259adf2ba410ed0f5e9;hb=5bbb0926a5e765575c199573ea3b3d0f5ecd99a2;hp=8703e4a5deed06c137b175d482ffc24dec121581;hpb=ddd2ef55b78a62c4bc3daad18bef8a90e85a2052;p=dump.git diff --git a/compat/lib/Makefile.in b/compat/lib/Makefile.in index 8703e4a..42239c9 100644 --- a/compat/lib/Makefile.in +++ b/compat/lib/Makefile.in @@ -1,3 +1,5 @@ +# $Id: Makefile.in,v 1.4 2000/08/20 19:41:24 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 +OBJS= compaterr.o fstab.o compatglob.o bylabel.o LIB= libcompat.a all:: $(LIB)