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

@@ -7,7 +7,7 @@ dtpdm_CFLAGS = -DI18N_MSG -DCDE_INSTALLATION_TOP=\"${prefix}\"
dtpdm_LDADD = $(LIBPRINT) $(LIBHELP) $(LIBWIDGET) $(LIBSVC) $(LIBTT) -lXm \
$(XTOOLLIB) ${X_LIBS}
if SUN
if SOLARIS
dtpdm_LDADD += -lintl -lm -lgen -ldl -lresolv
endif