programs/dthelp: add automake files

This commit is contained in:
Chase
2019-10-23 14:31:08 -05:00
committed by Jon Trulson
parent 4e254aee74
commit 37a7c7c7ce
11 changed files with 260 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
MAINTAINERCLEANFILES = Makefile.in
bin_PROGRAMS = dthelpview
dthelpview_CFLAGS = -D_BMS
dthelpview_LDADD = $(LIBHELP) $(LIBSVC) $(LIBTT) $(XTOOLLIB) ${X_LIBS}
dthelpview_SOURCES = Main.c ManPage.c Util.c