diff --git a/include/Makefile.am b/include/Makefile.am index 2c9a4c123..54af6ab9e 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -2,11 +2,12 @@ AUTOMAKE_OPTIONS= foreign SUBDIRS = QF EXTRA_DIST = asm_i386.h alsa_funcs_list.h adivtab.h anorm_dots.h anorms.h \ - asm_draw.h block16.h block8.h buildnum.h compat.h context_x11.h d_iface.h \ - d_ifacea.h d_local.h dga_check.h exp.h fbset.h getopt.h gl_warp_sin.h \ - in_win.h logos.h menu.h old_keys.h ops.h qstring.h quakeasm.h regex.h \ - r_cvar.h r_dynamic.h r_local.h r_screen.h r_shared.h sbar.h \ - skin_stencil.h varrays.h vgamodes.h view.h vregset.h winquake.h world.h \ + asm_draw.h block16.h block8.h buildnum.h compat.h context_sdl.h \ + context_x11.h d_iface.h d_ifacea.h d_local.h dga_check.h exp.h fbset.h \ + getopt.h gl_warp_sin.h in_win.h logos.h menu.h old_keys.h ops.h qstring.h \ + quakeasm.h regex.h r_cvar.h r_dynamic.h r_local.h r_screen.h r_shared.h \ + sbar.h skin_stencil.h varrays.h vgamodes.h view.h vregset.h winquake.h \ + world.h \ \ win32/fnmatch.h \ \ diff --git a/tools/qwaq/Makefile.am b/tools/qwaq/Makefile.am index a11b07ef9..97391ae86 100644 --- a/tools/qwaq/Makefile.am +++ b/tools/qwaq/Makefile.am @@ -30,5 +30,5 @@ qwaq_DEPENDENCIES= $(QWAQ_DEPS) qwaq.dat: progs.src $(qwaq_dat_src) $(top_srcdir)/ruamoko/lib/Object.r $(QFCC) $(QCFLAGS) -I$(top_srcdir)/ruamoko/include -EXTRA_DIST=$(qwaq_dat_src) +EXTRA_DIST=$(qwaq_dat_src) qwaq.h CLEANFILES= *.dat *.sym