diff --git a/tools/qflmp/Makefile.am b/tools/qflmp/Makefile.am index dc5bf7b27..e3c6fe5fd 100644 --- a/tools/qflmp/Makefile.am +++ b/tools/qflmp/Makefile.am @@ -6,7 +6,7 @@ QFLMP_INCS=@QFLMP_INCS@ INCLUDES= -I$(top_srcdir)/include $(QFLMP_INCS) -bin_PROGRAMS= $(qflmp) +bin_PROGRAMS= qflmp #mans=qflmp.1 man_MANS= $(mans) diff --git a/tools/wad/Makefile.am b/tools/wad/Makefile.am index fa681057c..a47a10047 100644 --- a/tools/wad/Makefile.am +++ b/tools/wad/Makefile.am @@ -7,7 +7,7 @@ WAD_INCS=@WAD_INCS@ INCLUDES= -I$(top_srcdir)/include $(WAD_INCS) -bin_PROGRAMS= $(wad) +bin_PROGRAMS= wad mans=wad.1 man_MANS= $(mans)