Alexandre Julliard : wbemuuid: Move to the libs directory.

Alexandre Julliard julliard at winehq.org
Mon Oct 11 15:41:35 CDT 2021


Module: wine
Branch: master
Commit: cbf9a44ee4b990b7ebea9be6c6fec2589d76065a
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=cbf9a44ee4b990b7ebea9be6c6fec2589d76065a

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Oct 11 11:33:31 2021 +0200

wbemuuid: Move to the libs directory.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 configure                           | 4 ++--
 configure.ac                        | 2 +-
 {dlls => libs}/wbemuuid/Makefile.in | 0
 {dlls => libs}/wbemuuid/wbemuuid.c  | 0
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure b/configure
index 8b50a693e73..fb8cd48920a 100755
--- a/configure
+++ b/configure
@@ -1662,7 +1662,6 @@ enable_vssapi
 enable_vulkan_1
 enable_wbemdisp
 enable_wbemprox
-enable_wbemuuid
 enable_wdscore
 enable_webservices
 enable_websocket
@@ -1786,6 +1785,7 @@ enable_dxguid
 enable_mfuuid
 enable_strmiids
 enable_uuid
+enable_wbemuuid
 enable_wine
 enable_loader
 enable_nls
@@ -20757,7 +20757,6 @@ wine_fn_config_makefile dlls/wbemdisp enable_wbemdisp
 wine_fn_config_makefile dlls/wbemdisp/tests enable_tests
 wine_fn_config_makefile dlls/wbemprox enable_wbemprox
 wine_fn_config_makefile dlls/wbemprox/tests enable_tests
-wine_fn_config_makefile dlls/wbemuuid enable_wbemuuid
 wine_fn_config_makefile dlls/wdscore enable_wdscore
 wine_fn_config_makefile dlls/webservices enable_webservices
 wine_fn_config_makefile dlls/webservices/tests enable_tests
@@ -20922,6 +20921,7 @@ wine_fn_config_makefile libs/dxguid enable_dxguid
 wine_fn_config_makefile libs/mfuuid enable_mfuuid
 wine_fn_config_makefile libs/strmiids enable_strmiids
 wine_fn_config_makefile libs/uuid enable_uuid
+wine_fn_config_makefile libs/wbemuuid enable_wbemuuid
 wine_fn_config_makefile libs/wine enable_wine
 wine_fn_config_makefile loader enable_loader
 wine_fn_config_makefile nls enable_nls
diff --git a/configure.ac b/configure.ac
index 8c35b36952b..5732f5aad70 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3644,7 +3644,6 @@ WINE_CONFIG_MAKEFILE(dlls/wbemdisp)
 WINE_CONFIG_MAKEFILE(dlls/wbemdisp/tests)
 WINE_CONFIG_MAKEFILE(dlls/wbemprox)
 WINE_CONFIG_MAKEFILE(dlls/wbemprox/tests)
-WINE_CONFIG_MAKEFILE(dlls/wbemuuid)
 WINE_CONFIG_MAKEFILE(dlls/wdscore)
 WINE_CONFIG_MAKEFILE(dlls/webservices)
 WINE_CONFIG_MAKEFILE(dlls/webservices/tests)
@@ -3809,6 +3808,7 @@ WINE_CONFIG_MAKEFILE(libs/dxguid)
 WINE_CONFIG_MAKEFILE(libs/mfuuid)
 WINE_CONFIG_MAKEFILE(libs/strmiids)
 WINE_CONFIG_MAKEFILE(libs/uuid)
+WINE_CONFIG_MAKEFILE(libs/wbemuuid)
 WINE_CONFIG_MAKEFILE(libs/wine)
 WINE_CONFIG_MAKEFILE(loader)
 WINE_CONFIG_MAKEFILE(nls)
diff --git a/dlls/wbemuuid/Makefile.in b/libs/wbemuuid/Makefile.in
similarity index 100%
rename from dlls/wbemuuid/Makefile.in
rename to libs/wbemuuid/Makefile.in
diff --git a/dlls/wbemuuid/wbemuuid.c b/libs/wbemuuid/wbemuuid.c
similarity index 100%
rename from dlls/wbemuuid/wbemuuid.c
rename to libs/wbemuuid/wbemuuid.c




More information about the wine-cvs mailing list