From 279ea340e51216c01d321e54f04dc072b7a79088 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Mon, 26 Dec 2011 16:33:15 +0900 Subject: [PATCH] Add the GLSL files to the headers list. --- include/QF/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/QF/Makefile.am b/include/QF/Makefile.am index 451faf023..26ee00cb3 100644 --- a/include/QF/Makefile.am +++ b/include/QF/Makefile.am @@ -16,5 +16,8 @@ nobase_pkginclude_HEADERS = \ GL/qf_rlight.h GL/qf_rmain.h GL/qf_rsurf.h GL/qf_sky.h GL/qf_textures.h \ GL/qf_vid.h GL/types.h \ \ + GLSL/defines.h GLSL/funcs.h GLSL/qf_funcs_list.h GLSL/qf_textures.h \ + GLSL/qf_vid.h GLSL/types.h \ + \ plugin/cd.h plugin/console.h plugin/general.h plugin/input.h \ plugin/snd_output.h plugin/snd_render.h