From 7f38b342b0231f04910bb3003a575b7d7fc306b7 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Mon, 11 Oct 2021 11:30:09 +0200 Subject: [PATCH] dmoguids: Move to the libs directory. Signed-off-by: Alexandre Julliard --- configure | 4 ++-- configure.ac | 2 +- {dlls => libs}/dmoguids/Makefile.in | 0 {dlls => libs}/dmoguids/dmoguids.c | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename {dlls => libs}/dmoguids/Makefile.in (100%) rename {dlls => libs}/dmoguids/dmoguids.c (100%) diff --git a/configure b/configure index d036396635f..2438099dd8a 100755 --- a/configure +++ b/configure @@ -1274,7 +1274,6 @@ enable_dmband enable_dmcompos enable_dmime enable_dmloader -enable_dmoguids enable_dmscript enable_dmstyle enable_dmsynth @@ -1786,6 +1785,7 @@ enable_xpssvcs enable_fonts enable_include enable_adsiid +enable_dmoguids enable_wine enable_loader enable_nls @@ -20171,7 +20171,6 @@ wine_fn_config_makefile dlls/dmime enable_dmime wine_fn_config_makefile dlls/dmime/tests enable_tests wine_fn_config_makefile dlls/dmloader enable_dmloader wine_fn_config_makefile dlls/dmloader/tests enable_tests -wine_fn_config_makefile dlls/dmoguids enable_dmoguids wine_fn_config_makefile dlls/dmscript enable_dmscript wine_fn_config_makefile dlls/dmscript/tests enable_tests wine_fn_config_makefile dlls/dmstyle enable_dmstyle @@ -20922,6 +20921,7 @@ 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/dmoguids enable_dmoguids 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 c9f1179f53a..cfea04f82db 100644 --- a/configure.ac +++ b/configure.ac @@ -3058,7 +3058,6 @@ WINE_CONFIG_MAKEFILE(dlls/dmime) WINE_CONFIG_MAKEFILE(dlls/dmime/tests) WINE_CONFIG_MAKEFILE(dlls/dmloader) WINE_CONFIG_MAKEFILE(dlls/dmloader/tests) -WINE_CONFIG_MAKEFILE(dlls/dmoguids) WINE_CONFIG_MAKEFILE(dlls/dmscript) WINE_CONFIG_MAKEFILE(dlls/dmscript/tests) WINE_CONFIG_MAKEFILE(dlls/dmstyle) @@ -3809,6 +3808,7 @@ WINE_CONFIG_MAKEFILE(dlls/xpssvcs) WINE_CONFIG_MAKEFILE(fonts) WINE_CONFIG_MAKEFILE(include) WINE_CONFIG_MAKEFILE(libs/adsiid) +WINE_CONFIG_MAKEFILE(libs/dmoguids) WINE_CONFIG_MAKEFILE(libs/wine) WINE_CONFIG_MAKEFILE(loader) WINE_CONFIG_MAKEFILE(nls) diff --git a/dlls/dmoguids/Makefile.in b/libs/dmoguids/Makefile.in similarity index 100% rename from dlls/dmoguids/Makefile.in rename to libs/dmoguids/Makefile.in diff --git a/dlls/dmoguids/dmoguids.c b/libs/dmoguids/dmoguids.c similarity index 100% rename from dlls/dmoguids/dmoguids.c rename to libs/dmoguids/dmoguids.c