Alexandre Julliard : uuid: Move to the libs directory.

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


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

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

uuid: Move to the libs directory.

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

---

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

diff --git a/configure b/configure
index 4c61f110d90..8b50a693e73 100755
--- a/configure
+++ b/configure
@@ -1644,7 +1644,6 @@ enable_user32
 enable_userenv
 enable_usp10
 enable_utildll
-enable_uuid
 enable_uxtheme
 enable_vbscript
 enable_vcomp
@@ -1786,6 +1785,7 @@ enable_dxerr9
 enable_dxguid
 enable_mfuuid
 enable_strmiids
+enable_uuid
 enable_wine
 enable_loader
 enable_nls
@@ -20721,7 +20721,6 @@ wine_fn_config_makefile dlls/userenv/tests enable_tests
 wine_fn_config_makefile dlls/usp10 enable_usp10
 wine_fn_config_makefile dlls/usp10/tests enable_tests
 wine_fn_config_makefile dlls/utildll enable_utildll
-wine_fn_config_makefile dlls/uuid enable_uuid
 wine_fn_config_makefile dlls/uxtheme enable_uxtheme
 wine_fn_config_makefile dlls/uxtheme/tests enable_tests
 wine_fn_config_makefile dlls/vbscript enable_vbscript
@@ -20922,6 +20921,7 @@ 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/strmiids enable_strmiids
+wine_fn_config_makefile libs/uuid enable_uuid
 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 b1852a98da8..8c35b36952b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3608,7 +3608,6 @@ WINE_CONFIG_MAKEFILE(dlls/userenv/tests)
 WINE_CONFIG_MAKEFILE(dlls/usp10)
 WINE_CONFIG_MAKEFILE(dlls/usp10/tests)
 WINE_CONFIG_MAKEFILE(dlls/utildll)
-WINE_CONFIG_MAKEFILE(dlls/uuid)
 WINE_CONFIG_MAKEFILE(dlls/uxtheme)
 WINE_CONFIG_MAKEFILE(dlls/uxtheme/tests)
 WINE_CONFIG_MAKEFILE(dlls/vbscript)
@@ -3809,6 +3808,7 @@ WINE_CONFIG_MAKEFILE(libs/dxerr9)
 WINE_CONFIG_MAKEFILE(libs/dxguid)
 WINE_CONFIG_MAKEFILE(libs/mfuuid)
 WINE_CONFIG_MAKEFILE(libs/strmiids)
+WINE_CONFIG_MAKEFILE(libs/uuid)
 WINE_CONFIG_MAKEFILE(libs/wine)
 WINE_CONFIG_MAKEFILE(loader)
 WINE_CONFIG_MAKEFILE(nls)
diff --git a/dlls/uuid/Makefile.in b/libs/uuid/Makefile.in
similarity index 100%
rename from dlls/uuid/Makefile.in
rename to libs/uuid/Makefile.in
diff --git a/dlls/uuid/d2d.c b/libs/uuid/d2d.c
similarity index 100%
rename from dlls/uuid/d2d.c
rename to libs/uuid/d2d.c
diff --git a/dlls/uuid/uuid.c b/libs/uuid/uuid.c
similarity index 100%
rename from dlls/uuid/uuid.c
rename to libs/uuid/uuid.c




More information about the wine-cvs mailing list