From 763cac54e4573f256cb299cb828acae29e74758d Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Wed, 20 Nov 2019 13:19:44 -0700 Subject: [PATCH] dtspcd/dtterm: use proper DT_INCDIR rather than hardcoding the location --- cde/programs/dtspcd/Makefile.am | 2 +- cde/programs/dtterm/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cde/programs/dtspcd/Makefile.am b/cde/programs/dtspcd/Makefile.am index a9c4ae8b..f6caf7c2 100644 --- a/cde/programs/dtspcd/Makefile.am +++ b/cde/programs/dtspcd/Makefile.am @@ -4,7 +4,7 @@ bin_PROGRAMS = dtspcd dtspcd_CFLAGS = $(TIRPCINC) -DCDE_CONFIGURATION_TOP=\"${prefix}\" \ -DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\" \ - -I$(top_builddir)/include/Dt + $(DT_INCDIR) dtspcd_LDADD = $(DTCLIENTLIBS) $(XTOOLLIB) diff --git a/cde/programs/dtterm/Makefile.am b/cde/programs/dtterm/Makefile.am index 182609a6..fe3dc23c 100644 --- a/cde/programs/dtterm/Makefile.am +++ b/cde/programs/dtterm/Makefile.am @@ -11,7 +11,7 @@ endif dtterm_CFLAGS = -I$(top_builddir)/lib/DtTerm/TermPrim \ -I$(top_builddir)/lib/DtTerm/Term \ -I$(top_builddir)/lib/DtTerm/TermView $(TIRPCINC) \ - -I$(top_builddir)/include/Dt \ + $(DT_INCDIR) \ -DSUN_TERMINAL_SERVER dtterm_SOURCES = DtTermLogit.c DtTermMain.c DtTermFallBackResources.c \ -- 2.25.1