diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 93a8fd0..99d38fc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -258,8 +258,12 @@ libkmscon_static_la_SOURCES = \ external/htable.h \ external/htable.c +if KMSCON_HAVE_GLES2 nodist_libkmscon_static_la_SOURCES = \ + src/static_gl.h \ + src/static_gl_math.c \ src/static_shaders.c +endif # # Binaries |