This was a patch from Peter G, though modified a bit regarding the LDADDs the way we do them now.
10 lines
184 B
Makefile
10 lines
184 B
Makefile
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
bin_PROGRAMS = dthelpview
|
|
|
|
dthelpview_CFLAGS = -D_BMS
|
|
|
|
dthelpview_LDADD = $(DTCLIENTLIBS) $(XTOOLLIB)
|
|
|
|
dthelpview_SOURCES = Main.c ManPage.c Util.c
|