Commit b52b43a7 authored by Alexandre Julliard's avatar Alexandre Julliard

mfuuid: Move to the libs directory.

parent 3f1e7ac5
...@@ -1431,7 +1431,6 @@ enable_mfmediaengine ...@@ -1431,7 +1431,6 @@ enable_mfmediaengine
enable_mfplat enable_mfplat
enable_mfplay enable_mfplay
enable_mfreadwrite enable_mfreadwrite
enable_mfuuid
enable_mgmtapi enable_mgmtapi
enable_midimap enable_midimap
enable_mlang enable_mlang
...@@ -1786,6 +1785,7 @@ enable_dmoguids ...@@ -1786,6 +1785,7 @@ enable_dmoguids
enable_dxerr8 enable_dxerr8
enable_dxerr9 enable_dxerr9
enable_dxguid enable_dxguid
enable_mfuuid
enable_wine enable_wine
enable_loader enable_loader
enable_nls enable_nls
...@@ -20383,7 +20383,6 @@ wine_fn_config_makefile dlls/mfplay enable_mfplay ...@@ -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/mfplay/tests enable_tests
wine_fn_config_makefile dlls/mfreadwrite enable_mfreadwrite wine_fn_config_makefile dlls/mfreadwrite enable_mfreadwrite
wine_fn_config_makefile dlls/mfreadwrite/tests enable_tests 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/mgmtapi enable_mgmtapi
wine_fn_config_makefile dlls/midimap enable_midimap wine_fn_config_makefile dlls/midimap enable_midimap
wine_fn_config_makefile dlls/mlang enable_mlang wine_fn_config_makefile dlls/mlang enable_mlang
...@@ -20922,6 +20921,7 @@ wine_fn_config_makefile libs/dmoguids enable_dmoguids ...@@ -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/dxerr8 enable_dxerr8
wine_fn_config_makefile libs/dxerr9 enable_dxerr9 wine_fn_config_makefile libs/dxerr9 enable_dxerr9
wine_fn_config_makefile libs/dxguid enable_dxguid 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 libs/wine enable_wine
wine_fn_config_makefile loader enable_loader wine_fn_config_makefile loader enable_loader
wine_fn_config_makefile nls enable_nls wine_fn_config_makefile nls enable_nls
......
...@@ -3270,7 +3270,6 @@ WINE_CONFIG_MAKEFILE(dlls/mfplay) ...@@ -3270,7 +3270,6 @@ WINE_CONFIG_MAKEFILE(dlls/mfplay)
WINE_CONFIG_MAKEFILE(dlls/mfplay/tests) WINE_CONFIG_MAKEFILE(dlls/mfplay/tests)
WINE_CONFIG_MAKEFILE(dlls/mfreadwrite) WINE_CONFIG_MAKEFILE(dlls/mfreadwrite)
WINE_CONFIG_MAKEFILE(dlls/mfreadwrite/tests) WINE_CONFIG_MAKEFILE(dlls/mfreadwrite/tests)
WINE_CONFIG_MAKEFILE(dlls/mfuuid)
WINE_CONFIG_MAKEFILE(dlls/mgmtapi) WINE_CONFIG_MAKEFILE(dlls/mgmtapi)
WINE_CONFIG_MAKEFILE(dlls/midimap) WINE_CONFIG_MAKEFILE(dlls/midimap)
WINE_CONFIG_MAKEFILE(dlls/mlang) WINE_CONFIG_MAKEFILE(dlls/mlang)
...@@ -3809,6 +3808,7 @@ WINE_CONFIG_MAKEFILE(libs/dmoguids) ...@@ -3809,6 +3808,7 @@ WINE_CONFIG_MAKEFILE(libs/dmoguids)
WINE_CONFIG_MAKEFILE(libs/dxerr8) WINE_CONFIG_MAKEFILE(libs/dxerr8)
WINE_CONFIG_MAKEFILE(libs/dxerr9) WINE_CONFIG_MAKEFILE(libs/dxerr9)
WINE_CONFIG_MAKEFILE(libs/dxguid) WINE_CONFIG_MAKEFILE(libs/dxguid)
WINE_CONFIG_MAKEFILE(libs/mfuuid)
WINE_CONFIG_MAKEFILE(libs/wine) WINE_CONFIG_MAKEFILE(libs/wine)
WINE_CONFIG_MAKEFILE(loader) WINE_CONFIG_MAKEFILE(loader)
WINE_CONFIG_MAKEFILE(nls) WINE_CONFIG_MAKEFILE(nls)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment