programs/dtsearchpath: add automake files

This commit is contained in:
Chase
2019-10-23 15:01:48 -05:00
committed by Jon Trulson
parent 9347d0b09c
commit c310f73661
4 changed files with 71 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
MAINTAINERCLEANFILES = Makefile.in
bin_PROGRAMS = dtappgather
dtappgather_CXXFLAGS = -I../libCliSrv
if AIX
dtappgather_CXXFLAGS += -DIOSTREAMSWORKS
endif
dtappgather_LDADD = ../libCliSrv/libCliSrv.a $(LIBTT) $(XTOOLLIB) ${X_LIB}
if SUN
dtappgather_LDADD += -ldl -lintl
endif
dtappgather_SOURCES = Options.C dtappgather.C