diff --git a/dlls/d3d10core/Makefile.in b/dlls/d3d10core/Makefile.in index 8a7239c54c9..4557741d4a6 100644 --- a/dlls/d3d10core/Makefile.in +++ b/dlls/d3d10core/Makefile.in @@ -10,7 +10,7 @@ C_SRCS = \ inputlayout.c \ shader.c \ state.c \ - texture2d.c \ + texture.c \ utils.c \ view.c diff --git a/dlls/d3d10core/texture2d.c b/dlls/d3d10core/texture.c similarity index 100% rename from dlls/d3d10core/texture2d.c rename to dlls/d3d10core/texture.c