diff --git a/cde/programs/dtspcd/Makefile.am b/cde/programs/dtspcd/Makefile.am index a9c4ae8ba..f6caf7c29 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 182609a67..fe3dc23c3 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 \