Module: wine Branch: master Commit: 15b40f62cc7027495bcccf7429fcdcc6076b6de5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=15b40f62cc7027495bcccf7429...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Jan 7 11:33:57 2014 +0100
mountmgr.sys: Use the correct variable for the include paths.
---
dlls/mountmgr.sys/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/mountmgr.sys/Makefile.in b/dlls/mountmgr.sys/Makefile.in index e1c4bbb..36895e3 100644 --- a/dlls/mountmgr.sys/Makefile.in +++ b/dlls/mountmgr.sys/Makefile.in @@ -2,7 +2,7 @@ MODULE = mountmgr.sys IMPORTS = uuid advapi32 ntoskrnl.exe DELAYIMPORTS = user32 EXTRADLLFLAGS = -Wb,--subsystem,native -EXTRADEFS = @DBUS_CFLAGS@ @HAL_CFLAGS@ +EXTRAINCL = @DBUS_CFLAGS@ @HAL_CFLAGS@ EXTRALIBS = @DISKARBITRATIONLIB@
C_SRCS = \