]> git.wh0rd.org - dump.git/blobdiff - compat/lib/Makefile.in
Enabled rmt, LFS, readline, QFA options by default in ./configure.
[dump.git] / compat / lib / Makefile.in
index fe6547d78ecce99e58cb713b8a4c61df41d88240..80c32dc97ffc13cb399a0b851a5b453e408cbb04 100644 (file)
@@ -1,14 +1,15 @@
-# $Id: Makefile.in,v 1.3 1999/10/11 13:31:10 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
-OBJS=          compaterr.o fstab.o compatglob.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)