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

libDtSvc: get it to build

This commit is contained in:
Jon Trulson 2019-10-25 18:29:27 -06:00
parent 4320036bfa
commit 43387e7368

View file

@ -3,6 +3,7 @@ MAINTAINERCLEANFILES = Makefile.in
noinst_LTLIBRARIES = libDtEncap.la noinst_LTLIBRARIES = libDtEncap.la
libDtEncap_la_CFLAGS = -DMULTIBYTE -I../include -I../DtUtil2 $(TIRPCINC) \ libDtEncap_la_CFLAGS = -DMULTIBYTE -I../include -I../DtUtil2 $(TIRPCINC) \
-I$(top_builddir)/include/Dt \
-DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\" \ -DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\" \
-DCDE_INSTALLATION_TOP=\"${prefix}\" \ -DCDE_INSTALLATION_TOP=\"${prefix}\" \
-DCDE_LOGFILES_TOP=\"$(CDE_LOGFILES_TOP)/tmp\" -DCDE_LOGFILES_TOP=\"$(CDE_LOGFILES_TOP)/tmp\"