1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

dtspcd/dtterm: use proper DT_INCDIR rather than hardcoding the location

This commit is contained in:
Jon Trulson 2019-11-20 13:19:44 -07:00
parent 427a0611cd
commit 763cac54e4
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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 \