X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=compat%2Flib%2FMakefile.in;h=ee6e26b9b267bb10e2fceae32fe1e95df50d0bb5;hp=80c32dc97ffc13cb399a0b851a5b453e408cbb04;hb=206f768c7a7a4bca1c4acc3c686d55578c0cb919;hpb=e1abc9ce25132eef1239047a071c2c1d4822dd9f diff --git a/compat/lib/Makefile.in b/compat/lib/Makefile.in index 80c32dc..ee6e26b 100644 --- a/compat/lib/Makefile.in +++ b/compat/lib/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.8 2003/01/24 11:01:48 stelian Exp $ +# $Id: Makefile.in,v 1.9 2003/03/31 09:42:57 stelian Exp $ top_srcdir= @top_srcdir@ srcdir= @srcdir@ @@ -8,8 +8,8 @@ top_builddir= ../.. INC= -I$(top_srcdir)/compat/include CFLAGS= @CCOPTS@ -pipe $(OPT) $(GINC) $(INC) $(DEFS) -SRCS= compaterr.c compatglob.c bylabel.c system.c rmtflags.c -OBJS= compaterr.o compatglob.o bylabel.o system.o rmtflags.o +SRCS= compaterr.c compatglob.c bylabel.c system.c rmtflags.c minilzo.c +OBJS= compaterr.o compatglob.o bylabel.o system.o rmtflags.o minilzo.o LIB= libcompat.a all:: $(LIB)