]> git.wh0rd.org - dump.git/blobdiff - MCONFIG.in
Remove -lselinux -lsepol from standard libs list.
[dump.git] / MCONFIG.in
index f3ab85f4444ca60d98e0d008ed5bb91b5334c3e4..9d10b8d7dd8aeabc9247fea3dfca62cabc72ea62 100644 (file)
@@ -1,6 +1,5 @@
-VPATH=         $(srcdir)
-
-top_builddir=  @top_builddir@
+VERSION=       0.4b42
+DATE=          June 18, 2009
 
 AR=            @AR@
 CC=            @CC@
@@ -21,13 +20,16 @@ MANMODE=    @MANMODE@
 INSTALLBIN=    $(INSTALL) -o $(BINOWNER) -g $(BINGRP) -m $(BINMODE)
 INSTALLMAN=    $(INSTALL) -o $(MANOWNER) -g $(MANGRP) -m $(MANMODE)
 
-BINDIR=                /sbin
-MANDIR=                /usr/man/man8
+prefix=                @prefix@
+exec_prefix=   @exec_prefix@
+SBINDIR=       @sbindir@
+MANDIR=                @mandir@/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,12 +40,12 @@ 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)
 #
-DEFS=          -DRDUMP -DRRESTORE -D_BSD_SOURCE -D_USE_BSD_SIGNAL -DLINUX_FORK_BUG
+DEFS=          -DRDUMP -DRRESTORE -DLINUX_FORK_BUG -DHAVE_LZO -D_PATH_DUMPDATES=\"$(DUMPDATESPATH)\" -D_DUMP_VERSION=\"$(VERSION)\" @OPTDEFS@  
 
 all::