]> git.wh0rd.org - dump.git/blobdiff - MCONFIG.in
Added CVS Id.
[dump.git] / MCONFIG.in
index f3ab85f4444ca60d98e0d008ed5bb91b5334c3e4..308441df4ca4520c37951bc1da11e4fe70066141 100644 (file)
@@ -1,7 +1,12 @@
+# $Id: MCONFIG.in,v 1.4 1999/10/11 13:31:03 stelian Exp $
+
 VPATH=         $(srcdir)
 
 top_builddir=  @top_builddir@
 
+VERSION=       dump 0.4b7
+DATE=          October 8, 1999
+
 AR=            @AR@
 CC=            @CC@
 INSTALL=       @INSTALL@
@@ -24,10 +29,11 @@ INSTALLMAN= $(INSTALL) -o $(MANOWNER) -g $(MANGRP) -m $(MANMODE)
 BINDIR=                /sbin
 MANDIR=                /usr/man/man8
 
+DUMPDATESPATH= @DUMPDATESPATH@
 #
 # Global include directories
 #
-GINC=          -I/usr/include/bsd -I$(top_builddir) -I$(top_srcdir)/compat/include
+GINC=          -I$(top_builddir) -I$(top_srcdir)/compat/include
 # indicate where the ext2fs library can be found (this is not needed if you
 # have run `make install-libs' in the e2fsprogs source directory).
 #GINC+=                -I/usr/src/e2fsprogs-0.5c/lib
@@ -38,7 +44,7 @@ GINC=         -I/usr/include/bsd -I$(top_builddir) -I$(top_srcdir)/compat/include
 # indicate where the ext2fs library can be found (this is not needed if you
 # have run `make install-libs' in the e2fsprogs source directory).
 #GLIBDIR=      -L/usr/src/e2fsprogs-0.5c/lib
-GLIBS=         -lbsd $(GLIBDIR) -L../compat/lib -lcompat -lext2fs -lcom_err
+GLIBS=         $(GLIBDIR) -L../compat/lib -lcompat -lext2fs -lcom_err
 
 #
 # Definitions (don't change them unless you know what you are doing)