Alexandre Julliard : adsiid: Move to the libs directory.

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


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

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

adsiid: Move to the libs directory.

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

---

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

diff --git a/configure b/configure
index afe2653703c..d036396635f 100755
--- a/configure
+++ b/configure
@@ -912,7 +912,6 @@ enable_aclui
 enable_activeds_tlb
 enable_activeds
 enable_actxprxy
-enable_adsiid
 enable_adsldp
 enable_adsldpc
 enable_advapi32
@@ -1786,6 +1785,7 @@ enable_xpsprint
 enable_xpssvcs
 enable_fonts
 enable_include
+enable_adsiid
 enable_wine
 enable_loader
 enable_nls
@@ -19737,7 +19737,6 @@ wine_fn_config_makefile dlls/activeds.tlb enable_activeds_tlb
 wine_fn_config_makefile dlls/activeds enable_activeds
 wine_fn_config_makefile dlls/activeds/tests enable_tests
 wine_fn_config_makefile dlls/actxprxy enable_actxprxy
-wine_fn_config_makefile dlls/adsiid enable_adsiid
 wine_fn_config_makefile dlls/adsldp enable_adsldp
 wine_fn_config_makefile dlls/adsldp/tests enable_tests
 wine_fn_config_makefile dlls/adsldpc enable_adsldpc
@@ -20922,6 +20921,7 @@ wine_fn_config_makefile dlls/xpsprint enable_xpsprint
 wine_fn_config_makefile dlls/xpssvcs enable_xpssvcs
 wine_fn_config_makefile fonts enable_fonts
 wine_fn_config_makefile include enable_include
+wine_fn_config_makefile libs/adsiid enable_adsiid
 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 fce0622acd0..c9f1179f53a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2624,7 +2624,6 @@ WINE_CONFIG_MAKEFILE(dlls/activeds.tlb)
 WINE_CONFIG_MAKEFILE(dlls/activeds)
 WINE_CONFIG_MAKEFILE(dlls/activeds/tests)
 WINE_CONFIG_MAKEFILE(dlls/actxprxy)
-WINE_CONFIG_MAKEFILE(dlls/adsiid)
 WINE_CONFIG_MAKEFILE(dlls/adsldp)
 WINE_CONFIG_MAKEFILE(dlls/adsldp/tests)
 WINE_CONFIG_MAKEFILE(dlls/adsldpc)
@@ -3809,6 +3808,7 @@ WINE_CONFIG_MAKEFILE(dlls/xpsprint)
 WINE_CONFIG_MAKEFILE(dlls/xpssvcs)
 WINE_CONFIG_MAKEFILE(fonts)
 WINE_CONFIG_MAKEFILE(include)
+WINE_CONFIG_MAKEFILE(libs/adsiid)
 WINE_CONFIG_MAKEFILE(libs/wine)
 WINE_CONFIG_MAKEFILE(loader)
 WINE_CONFIG_MAKEFILE(nls)
diff --git a/dlls/adsiid/Makefile.in b/libs/adsiid/Makefile.in
similarity index 100%
rename from dlls/adsiid/Makefile.in
rename to libs/adsiid/Makefile.in
diff --git a/dlls/adsiid/adsiid.c b/libs/adsiid/adsiid.c
similarity index 100%
rename from dlls/adsiid/adsiid.c
rename to libs/adsiid/adsiid.c




More information about the wine-cvs mailing list