libs/vkd3d-common: Move vkd3d_array_reserve() from libvkd3d.

This commit is contained in:
Józef Kucia
2017-06-19 18:05:53 +02:00
parent 465fe54a9b
commit eff8428c71
5 changed files with 55 additions and 32 deletions

View File

@@ -54,7 +54,8 @@ CLEANFILES = $(spv_shaders)
noinst_LTLIBRARIES = libvkd3d-common.la
libvkd3d_common_la_SOURCES = \
include/private/vkd3d_debug.h \
libs/vkd3d-common/debug.c
libs/vkd3d-common/debug.c \
libs/vkd3d-common/memory.c
lib_LTLIBRARIES = libvkd3d-shader.la libvkd3d.la libvkd3d-utils.la