Change "if SUN" conditionals in remaining Makefile.am files to "if SOLARIS"

This commit is contained in:
Jon Trulson
2019-10-28 18:53:22 -06:00
parent 24171c3194
commit 730da7747c
36 changed files with 41 additions and 41 deletions

View File

@@ -10,7 +10,7 @@ endif
dtappgather_LDADD = ../libCliSrv/libCliSrv.a $(LIBTT) $(XTOOLLIB) ${X_LIB}
if SUN
if SOLARIS
dtappgather_LDADD += -ldl -lintl
endif

View File

@@ -4,7 +4,7 @@ bin_PROGRAMS = dtsearchpath
dtsearchpath_CFLAGS = -I../libCliSrv $(TIRPCINC)
if SUN
if SOLARIS
dtsearchpath_CFLAGS += -DIOSTREAMSWORKS
endif

View File

@@ -4,7 +4,7 @@ noinst_LIBRARIES = libCliSrv.a
libCliSrv_a_CXXFLAGS = $(TIRPCINC)
if SUN
if SOLARIS
libCliSrv_a_CXXFLAGS += -DIOSTREAMSWORKS
libCliSrv_a_LDADD = -ldl -lintl -Bstatic -Bdynamic -lm -lc -ladm -Bstatic
endif