diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a69806946..8a26916fb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -539,9 +539,9 @@ SRC += events/actionevent.h \ render/mobileopenglgraphics.h \ render/modernopenglgraphics.cpp \ render/modernopenglgraphics.h \ - render/naclfunctions.h \ - render/naclgles.cpp \ - render/naclgles.h \ + render/nacl/naclfunctions.h \ + render/nacl/naclgles.cpp \ + render/nacl/naclgles.h \ render/opengl/naclglfunctions.h \ render/normalopenglgraphics.cpp \ render/normalopenglgraphics.h \ |