glapi: move files specific to shared-glapi into the shared-glapi subdirectory

Acked-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21777>
This commit is contained in:
Marek Olšák
2022-12-26 12:00:54 -05:00
parent 7cf7d497e7
commit eed145004b
6 changed files with 7 additions and 7 deletions
+7 -7
View File
@@ -18,13 +18,13 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
files_mapi_glapi = files(
files_shared_glapi = files(
'../entry.c',
'../mapi_glapi.c',
'../stub.c',
'../stub.h',
'../table.c',
'../table.h',
'glapi.c',
'stub.c',
'stub.h',
'table.c',
'table.h',
)
shared_glapi_mapi_tmp_h = custom_target(
@@ -43,7 +43,7 @@ endif
libglapi = shared_library(
'glapi',
[files_mapi_glapi, files_mapi_util, shared_glapi_mapi_tmp_h],
[files_shared_glapi, files_mapi_util, shared_glapi_mapi_tmp_h],
c_args : [
_glapi_c_args,
c_msvc_compat_args,