mfuuid: Move to the libs directory.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2021-10-11 11:31:59 +02:00
parent 3f1e7ac5b6
commit b52b43a7a2
5 changed files with 3 additions and 3 deletions

4
configure vendored
View File

@ -1431,7 +1431,6 @@ enable_mfmediaengine
enable_mfplat
enable_mfplay
enable_mfreadwrite
enable_mfuuid
enable_mgmtapi
enable_midimap
enable_mlang
@ -1786,6 +1785,7 @@ enable_dmoguids
enable_dxerr8
enable_dxerr9
enable_dxguid
enable_mfuuid
enable_wine
enable_loader
enable_nls
@ -20383,7 +20383,6 @@ wine_fn_config_makefile dlls/mfplay enable_mfplay
wine_fn_config_makefile dlls/mfplay/tests enable_tests
wine_fn_config_makefile dlls/mfreadwrite enable_mfreadwrite
wine_fn_config_makefile dlls/mfreadwrite/tests enable_tests
wine_fn_config_makefile dlls/mfuuid enable_mfuuid
wine_fn_config_makefile dlls/mgmtapi enable_mgmtapi
wine_fn_config_makefile dlls/midimap enable_midimap
wine_fn_config_makefile dlls/mlang enable_mlang
@ -20922,6 +20921,7 @@ wine_fn_config_makefile libs/dmoguids enable_dmoguids
wine_fn_config_makefile libs/dxerr8 enable_dxerr8
wine_fn_config_makefile libs/dxerr9 enable_dxerr9
wine_fn_config_makefile libs/dxguid enable_dxguid
wine_fn_config_makefile libs/mfuuid enable_mfuuid
wine_fn_config_makefile libs/wine enable_wine
wine_fn_config_makefile loader enable_loader
wine_fn_config_makefile nls enable_nls

View File

@ -3270,7 +3270,6 @@ WINE_CONFIG_MAKEFILE(dlls/mfplay)
WINE_CONFIG_MAKEFILE(dlls/mfplay/tests)
WINE_CONFIG_MAKEFILE(dlls/mfreadwrite)
WINE_CONFIG_MAKEFILE(dlls/mfreadwrite/tests)
WINE_CONFIG_MAKEFILE(dlls/mfuuid)
WINE_CONFIG_MAKEFILE(dlls/mgmtapi)
WINE_CONFIG_MAKEFILE(dlls/midimap)
WINE_CONFIG_MAKEFILE(dlls/mlang)
@ -3809,6 +3808,7 @@ WINE_CONFIG_MAKEFILE(libs/dmoguids)
WINE_CONFIG_MAKEFILE(libs/dxerr8)
WINE_CONFIG_MAKEFILE(libs/dxerr9)
WINE_CONFIG_MAKEFILE(libs/dxguid)
WINE_CONFIG_MAKEFILE(libs/mfuuid)
WINE_CONFIG_MAKEFILE(libs/wine)
WINE_CONFIG_MAKEFILE(loader)
WINE_CONFIG_MAKEFILE(nls)