]> 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 8703e4a5deed06c137b175d482ffc24dec121581..80c32dc97ffc13cb399a0b851a5b453e408cbb04 100644 (file)
@@ -1,12 +1,15 @@
+# $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)