vkd3d: Eliminate config.h

Signed-off-by: Joshua Ashton <joshua@froggi.es>
This commit is contained in:
Joshua Ashton 2020-06-23 01:40:02 +01:00 committed by Hans-Kristian Arntzen
parent da2c9a1043
commit 45f9836c60
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
ACLOCAL_AMFLAGS = -I m4
AM_CFLAGS = @VKD3D_CFLAGS@
AM_CFLAGS = @VKD3D_CFLAGS@ -DPACKAGE_VERSION=\"$(PACKAGE_VERSION)\" -D_GNU_SOURCE
AM_CPPFLAGS = -I$(srcdir)/include -I$(srcdir)/include/dummy -I$(srcdir)/include/private -I$(srcdir)/subprojects/SPIRV-Headers/include -I$(srcdir)/subprojects/Vulkan-Headers/include
AM_LDFLAGS = -no-undefined

View File

@ -19,7 +19,6 @@
#ifndef __VKD3D_COMMON_H
#define __VKD3D_COMMON_H
#include "config.h"
#include "vkd3d_windows.h"
#include "vkd3d_spinlock.h"