From 41a50d8a9baf3fc9c4615ede27235f7425ac35fb Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Mon, 15 Oct 2001 23:47:31 +0000 Subject: [PATCH] add some missing headers to include_HEADERS --- include/QF/GL/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/QF/GL/Makefile.am b/include/QF/GL/Makefile.am index b03b3bf9b..37fe4c576 100644 --- a/include/QF/GL/Makefile.am +++ b/include/QF/GL/Makefile.am @@ -1,4 +1,5 @@ AUTOMAKE_OPTIONS = foreign includedir = $(prefix)/include/QF/GL -include_HEADERS = defines.h extensions.h funcs.h qf_funcs_list.h qf_rlight.h \ - qf_rmain.h qf_rsurf.h qf_screen.h qf_sky.h qf_textures.h qf_vid.h types.h +include_HEADERS = defines.h extensions.h funcs.h qf_explosions.h \ + qf_funcs_list.h qf_noisetextures.h qf_rlight.h qf_rmain.h qf_rsurf.h \ + qf_screen.h qf_sky.h qf_textures.h qf_vid.h types.h