X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=MCONFIG.in;h=64cb0160958135fa0cbc776fd33e41522456cbc1;hp=e2799431830b5d8c044c7fbab7e4b9c8355c71a6;hb=refs%2Fheads%2Fmaster;hpb=370f48b6a97abd9925f4283f9cf7452deceb98a5 diff --git a/MCONFIG.in b/MCONFIG.in index e279943..64cb016 100644 --- a/MCONFIG.in +++ b/MCONFIG.in @@ -1,5 +1,5 @@ -VERSION= 0.4b41 -DATE= January 2, 2006 +VERSION= 0.4b44 +DATE= June 10, 2011 AR= @AR@ CC= @CC@ @@ -32,7 +32,7 @@ DUMPDATESPATH= @DUMPDATESPATH@ 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 +GINC+= @EXT2FS_CFLAGS@ # # Global libraries @@ -40,7 +40,7 @@ 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). #GLIBDIR= -L/usr/src/e2fsprogs-0.5c/lib -GLIBS= $(GLIBDIR) -L../compat/lib -lcompat -lext2fs -lcom_err +GLIBS= $(GLIBDIR) -L../compat/lib -lcompat @EXT2FS_LIBS@ # # Definitions (don't change them unless you know what you are doing)