X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=MCONFIG.in;h=1fd65d14a49dfa770387bc423e91eb5684e8056a;hp=6547640068bfba95f97f9b48cf92abc302a670ea;hb=d2e4e5c8866e51d26d364ee55cde4b96401a8d32;hpb=a3ab8e4243d14360f2769230d23e7d3afd6397cb diff --git a/MCONFIG.in b/MCONFIG.in index 6547640..1fd65d1 100644 --- a/MCONFIG.in +++ b/MCONFIG.in @@ -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)