]> git.wh0rd.org - dump.git/blobdiff - compat/lib/Makefile.in
Made dump understand the LABEL= and UUID= notations.
[dump.git] / compat / lib / Makefile.in
index fe6547d78ecce99e58cb713b8a4c61df41d88240..42239c96a767a2d58c6f8259adf2ba410ed0f5e9 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.3 1999/10/11 13:31:10 stelian Exp $
+# $Id: Makefile.in,v 1.4 2000/08/20 19:41:24 stelian Exp $
 
 top_srcdir=    @top_srcdir@
 srcdir=                @srcdir@
@@ -7,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)