dtsearchpath: make it build

This commit is contained in:
Jon Trulson
2019-11-20 16:09:46 -07:00
parent 444aa700c0
commit e831b06896
7 changed files with 46 additions and 50 deletions

View File

@@ -2,16 +2,12 @@ MAINTAINERCLEANFILES = Makefile.in
bin_PROGRAMS = dtappgather
dtappgather_CXXFLAGS = -I../libCliSrv
dtappgather_CXXFLAGS = -I../libCliSrv $(DT_INCDIR)
if AIX
dtappgather_CXXFLAGS += -DIOSTREAMSWORKS
endif
dtappgather_LDADD = ../libCliSrv/libCliSrv.a $(LIBTT) $(XTOOLLIB) ${X_LIB}
dtappgather_LDADD = ../libCliSrv/libCliSrv.a $(DTCLIENTLIBS) $(XTOOLLIB)
if SOLARIS
dtappgather_LDADD += -ldl -lintl
endif
dtappgather_SOURCES = Options.C dtappgather.C
dtappgather_SOURCES = Options.C dtappgather.C dtappgather.h Options.h